<PackageReference Include="Relativity.Shared.SDK" Version="1.8.0" />

PermissionDeniedException

Represents exceptions that occur when trying to modify an object for which the user does not have permission

Initializes a new instance of the PermissionDeniedException class.

public PermissionDeniedException(string message)

Initializes a new instance of the PermissionDeniedException class with an error message that describes the exception.

public PermissionDeniedException(string message, Exception innerException)

Initializes a new instance of the PermissionDeniedException class with a message that describes the exception and a reference to the inner exception that caused the exception.

Initializes a new instance of the PermissionDeniedException class with serialized data.