Click or drag to resize

AuthorizationException Constructor (String, ExceptionArgs)

Initializes a new instance of the AuthorizationException class

Namespace:  EDK4Net.Exceptions
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public AuthorizationException(
	string msg,
	ExceptionArgs exceptionArgs
)

Parameters

msg
Type: SystemString
exceptionArgs
Type: EDK4Net.ExceptionsExceptionArgs
See Also