StorageSyncErrorException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET