Get the error in the result
Namespace: Com.Tibco.As.Space.RouterAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract ASException Error { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property Error As ASException
Get |
Visual C++ |
---|
public:
virtual property ASException^ Error {
ASException^ get () abstract;
} |
F# |
---|
abstract Error : ASException with get
|
Property Value
Type:
ASException
The ASException object
Implements
Result..::..ErrorSee Also