Namespace: Com.Tibco.As.Space.SecurityAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public ASSecurityException(
ASStatus status,
bool isLite,
string message,
Exception cause
) |
Visual Basic |
---|
Public Sub New (
status As ASStatus,
isLite As Boolean,
message As String,
cause As Exception
) |
Visual C++ |
---|
public:
ASSecurityException(
ASStatus status,
bool isLite,
String^ message,
Exception^ cause
) |
F# |
---|
new :
status : ASStatus *
isLite : bool *
message : string *
cause : Exception -> ASSecurityException |
Parameters
- status
- Type: Com.Tibco.As.Space..::..ASStatus
The status.
- isLite
- Type: System..::..Boolean
if set to true [is lite].
- message
- Type: System..::..String
The message.
- cause
- Type: System..::..Exception
The cause.
See Also