SecurityException Constructor |
Namespace: X3Platform.SecurityAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic SecurityException(
string loginName,
string method,
string message
)
public:
SecurityException(
String^ loginName,
String^ method,
String^ message
)
Parameters
- loginName
- Type: SystemString
登录名 - method
- Type: SystemString
方法 - message
- Type: SystemString
消息
See Also