ASSecurityException Constructor (ASStatus, Boolean, String, Exception) |
Namespace: Com.Tibco.As.Space.SecurityAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic ASSecurityException(
ASStatus status,
bool isLite,
string message,
Exception cause
)
Public Sub New (
status As ASStatus,
isLite As Boolean,
message As String,
cause As Exception
)
public:
ASSecurityException(
ASStatus status,
bool isLite,
String^ message,
Exception^ cause
)
new :
status : ASStatus *
isLite : bool *
message : string *
cause : Exception -> ASSecurityException
Parameters
- status
- Type: Com.Tibco.As.SpaceASStatus
The status. - isLite
- Type: SystemBoolean
if set to true [is lite]. - message
- Type: SystemString
The message. - cause
- Type: SystemException
The cause.
See Also