DataLakeAclChangeFailedException Class

Definition

An exception thrown when an operation is interrupted and can be continued later on.

[System.Serializable]
public class DataLakeAclChangeFailedException : Exception
[<System.Serializable>]
type DataLakeAclChangeFailedException = class
    inherit Exception
    interface ISerializable
Public Class DataLakeAclChangeFailedException
Inherits Exception
Inheritance
DataLakeAclChangeFailedException
Attributes
Implements

Constructors

DataLakeAclChangeFailedException(SerializationInfo, StreamingContext)

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

DataLakeAclChangeFailedException(String, Exception, String)

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.

DataLakeAclChangeFailedException(String, RequestFailedException, String)

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.

Properties

ContinuationToken

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

Methods

GetObjectData(SerializationInfo, StreamingContext)

When overridden in a derived class, sets the SerializationInfo with information about the exception.

Applies to