Return exception from the Result object if there was an error during operation

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
ASException Error { get; }
Visual Basic
ReadOnly Property Error As ASException
	Get
Visual C++
property ASException^ Error {
	ASException^ get ();
}
F#
abstract Error : ASException with get

Property Value

Type: ASException
The ASException object

See Also