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.1.0.0 (2.1)

Syntax

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

Field Value

The ASException object

See Also