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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET