TransferSkippedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET