Freigeben über


StorageSyncErrorException Konstruktoren

Definition

Überlädt

StorageSyncErrorException()

Initialisiert eine neue instance der StorageSyncErrorException-Klasse.

StorageSyncErrorException(String)

Initialisiert eine neue instance der StorageSyncErrorException-Klasse.

StorageSyncErrorException(String, Exception)

Initialisiert eine neue instance der StorageSyncErrorException-Klasse.

StorageSyncErrorException()

Initialisiert eine neue instance der StorageSyncErrorException-Klasse.

public StorageSyncErrorException ();
Public Sub New ()

Gilt für:

StorageSyncErrorException(String)

Initialisiert eine neue instance der StorageSyncErrorException-Klasse.

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

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

StorageSyncErrorException(String, Exception)

Initialisiert eine neue instance der StorageSyncErrorException-Klasse.

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)

Parameter

message
String

Die Ausnahmemeldung.

innerException
Exception

Innere Ausnahme.

Gilt für: