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