StorageSyncError 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
StorageSyncError() |
Initializes a new instance of the StorageSyncError class. |
StorageSyncError(StorageSyncApiError, StorageSyncApiError) |
Initializes a new instance of the StorageSyncError class. |
StorageSyncError()
Initializes a new instance of the StorageSyncError class.
public StorageSyncError ();
Public Sub New ()
Applies to
StorageSyncError(StorageSyncApiError, StorageSyncApiError)
Initializes a new instance of the StorageSyncError class.
public StorageSyncError (Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError error = default, Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError innererror = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncError : Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError * Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncError
Public Sub New (Optional error As StorageSyncApiError = Nothing, Optional innererror As StorageSyncApiError = Nothing)
Parameters
- error
- StorageSyncApiError
Error details of the given entry.
- innererror
- StorageSyncApiError
Error details of the given entry.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET