<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.23.0" />

Azure.Storage.Files.DataLake.Models.DataLakeAclChangeFailedException

An exception thrown when an operation is interrupted and can be continued later on.
public string ContinuationToken { get; }

Gets the continuation token from the last successful response from the service.

public DataLakeAclChangeFailedException(string message, Exception exception, string continuationToken)

Initializes a new instance of the DataLakeAclChangeFailedException class with a specified error message, HTTP status code, error code, and a reference to the inner exception that is the cause of this exception.

public DataLakeAclChangeFailedException(string message, RequestFailedException exception, string continuationToken)

Initializes a new instance of the DataLakeAclChangeFailedException class with a specified error message, HTTP status code, error code, and a reference to the inner exception that is the cause of this exception.

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