TransferSkippedException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TransferSkippedException() |
Initialise une nouvelle instance de la classe TransferSkippedException. |
TransferSkippedException(String) |
Initialise une nouvelle instance de la classe TransferSkippedException. |
TransferSkippedException(String, Exception) |
Initialise une nouvelle instance de la classe TransferSkippedException. |
TransferSkippedException()
Initialise une nouvelle instance de la classe TransferSkippedException.
public TransferSkippedException ();
Public Sub New ()
S’applique à
TransferSkippedException(String)
Initialise une nouvelle instance de la classe TransferSkippedException.
public TransferSkippedException (string errorMessage);
new Microsoft.Azure.Storage.DataMovement.TransferSkippedException : string -> Microsoft.Azure.Storage.DataMovement.TransferSkippedException
Public Sub New (errorMessage As String)
Paramètres
- errorMessage
- String
Message décrivant l'erreur.
S’applique à
TransferSkippedException(String, Exception)
Initialise une nouvelle instance de la classe TransferSkippedException.
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)
Paramètres
- errorMessage
- String
Message d’exception.
- innerException
- Exception
Exception interne.
S’applique à
Azure SDK for .NET