Click or drag to resize

AuthorizationException Constructor (String, Exception)

Exception thrown when an authorisation is missing to execute an operation.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public AuthorizationException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also