Click or drag to resize

PermissionDeniedException Constructor

Initializes a new instance of the PermissionDeniedException class

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public PermissionDeniedException(
	RequestFailures failure
)

Parameters

failure
Type: RequestFailures
The object containing the details of the failure
See Also