TransferSkippedException Constructors

Definition

Overloads

TransferSkippedException()

Initializes a new instance of the TransferSkippedException class.

TransferSkippedException(String)

Initializes a new instance of the TransferSkippedException class.

TransferSkippedException(String, Exception)

Initializes a new instance of the TransferSkippedException class.

TransferSkippedException()

Initializes a new instance of the TransferSkippedException class.

public TransferSkippedException ();
Public Sub New ()

Applies to

TransferSkippedException(String)

Initializes a new instance of the TransferSkippedException class.

public TransferSkippedException (string errorMessage);
new Microsoft.Azure.Storage.DataMovement.TransferSkippedException : string -> Microsoft.Azure.Storage.DataMovement.TransferSkippedException
Public Sub New (errorMessage As String)

Parameters

errorMessage
String

The message that describes the error.

Applies to

TransferSkippedException(String, Exception)

Initializes a new instance of the TransferSkippedException class.

public TransferSkippedException (string errorMessage, Exception innerException);
new Microsoft.Azure.Storage.DataMovement.TransferSkippedException : string * Exception -> Microsoft.Azure.Storage.DataMovement.TransferSkippedException
Public Sub New (errorMessage As String, innerException As Exception)

Parameters

errorMessage
String

Exception message.

innerException
Exception

Inner exception.

Applies to