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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET