Initialize with status and cause
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
public ASRemoteException( ASStatus status, Exception cause ) |
Visual Basic |
---|
Public Sub New ( _ status As ASStatus, _ cause As Exception _ ) |
Visual C++ |
---|
public: ASRemoteException( ASStatus status, Exception^ cause ) |
Parameters
- status
- Type: Com.Tibco.As.Space..::..ASStatus
The status.
- cause
- Type: System..::..Exception
The cause.