Get the error in the result
Namespace: Com.Tibco.As.Space.PersistenceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
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..::..Error
See Also