Partager via


StorageSyncErrorException Constructeurs

Définition

Surcharges

StorageSyncErrorException()

Initialise une nouvelle instance de la classe StorageSyncErrorException.

StorageSyncErrorException(String)

Initialise une nouvelle instance de la classe StorageSyncErrorException.

StorageSyncErrorException(String, Exception)

Initialise une nouvelle instance de la classe StorageSyncErrorException.

StorageSyncErrorException()

Initialise une nouvelle instance de la classe StorageSyncErrorException.

public StorageSyncErrorException ();
Public Sub New ()

S’applique à

StorageSyncErrorException(String)

Initialise une nouvelle instance de la classe StorageSyncErrorException.

public StorageSyncErrorException (string message);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorException : string -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorException
Public Sub New (message As String)

Paramètres

message
String

Message d'exception.

S’applique à

StorageSyncErrorException(String, Exception)

Initialise une nouvelle instance de la classe StorageSyncErrorException.

public StorageSyncErrorException (string message, Exception innerException);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorException : string * Exception -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorException
Public Sub New (message As String, innerException As Exception)

Paramètres

message
String

Message d'exception.

innerException
Exception

Exception interne.

S’applique à