Click or drag to resize
SecurityException Constructor
Initializes a new instance of the SecurityException class

Namespace: X3Platform.Security
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public SecurityException(
	string loginName,
	string method,
	string message
)

Parameters

loginName
Type: SystemString
登录名
method
Type: SystemString
方法
message
Type: SystemString
消息
See Also