Click or drag to resize
SecurityPolicyException Constructor (String, Exception)
Initializes a new instance of the SecurityPolicyException class

Namespace: ConnectedApps.Cms.Exceptions
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SecurityPolicyException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also