Constable Authorization Engine 2.0 BETA

PermissionDeniedException Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the PermissionDeniedException class.

Overload List

Initializes a new instance of the PermissionDeniedException class.

public PermissionDeniedException();

Initializes a new instance of the PermissionDeniedException class while deserializng the object.

protected PermissionDeniedException(SerializationInfo,StreamingContext);

Initializes a new instance of the PermissionDeniedException class with the given message.

public PermissionDeniedException(string);

Initializes a new instance of the PermissionDeniedException class with the given message and an inner Exception.

public PermissionDeniedException(string,Exception);

See Also

PermissionDeniedException Class | LaMarvin.Constable Namespace