ASExceptionIsLite Property |
Return true if it is a lite exception
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic bool IsLite { get; }
Public ReadOnly Property IsLite As Boolean
Get
public:
property bool IsLite {
bool get ();
}
member IsLite : bool with get
Property Value
Type:
Booleantrue if this instance is lite; otherwise,
false.
See Also