Dela via


DataLakeAclChangeFailedException Constructors

Definition

Overloads

DataLakeAclChangeFailedException(SerializationInfo, StreamingContext)

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

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.

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(SerializationInfo, StreamingContext)

Source:
DataLakeAclChangeFailedException.cs
Source:
DataLakeAclChangeFailedException.cs

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

protected DataLakeAclChangeFailedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Azure.Storage.Files.DataLake.Models.DataLakeAclChangeFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Azure.Storage.Files.DataLake.Models.DataLakeAclChangeFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context
StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Exceptions

info is null.

The class name is null or HResult is zero (0).

Applies to

DataLakeAclChangeFailedException(String, RequestFailedException, String)

Source:
DataLakeAclChangeFailedException.cs
Source:
DataLakeAclChangeFailedException.cs

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, Azure.RequestFailedException exception, string continuationToken);
new Azure.Storage.Files.DataLake.Models.DataLakeAclChangeFailedException : string * Azure.RequestFailedException * string -> Azure.Storage.Files.DataLake.Models.DataLakeAclChangeFailedException
Public Sub New (message As String, exception As RequestFailedException, continuationToken As String)

Parameters

message
String

The message that describes the error.

exception
RequestFailedException

The exception thrown from the failed request.

continuationToken
String

The continuation token returned from the previous successful response.

Applies to

DataLakeAclChangeFailedException(String, Exception, String)

Source:
DataLakeAclChangeFailedException.cs
Source:
DataLakeAclChangeFailedException.cs

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, Exception exception, string continuationToken);
new Azure.Storage.Files.DataLake.Models.DataLakeAclChangeFailedException : string * Exception * string -> Azure.Storage.Files.DataLake.Models.DataLakeAclChangeFailedException
Public Sub New (message As String, exception As Exception, continuationToken As String)

Parameters

message
String

The message that describes the error.

exception
Exception

The exception thrown from the failed request.

continuationToken
String

The continuation token returned from the previous successful response.

Applies to