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

Azure.Storage.Files.DataLake.Models.DataLakeAclChangeFailedException

An exception thrown when an operation is interrupted and can be continued later on.
namespace Azure.Storage.Files.DataLake.Models { public class DataLakeAclChangeFailedException : Exception, ISerializable { public string ContinuationToken { get; } public DataLakeAclChangeFailedException(string message, Exception exception, string continuationToken); public DataLakeAclChangeFailedException(string message, RequestFailedException exception, string continuationToken); protected DataLakeAclChangeFailedException(SerializationInfo info, StreamingContext context); } }