ActionResultError Property |
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.1.5.12)
Syntaxpublic abstract ASException Error { get; }
Public MustOverride ReadOnly Property Error As ASException
Get
public:
virtual property ASException^ Error {
ASException^ get () abstract;
}
abstract Error : ASException with get
Property Value
Type:
ASException
The ASException object
Implements
ResultError
See Also