StorageSyncErrorDetails 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
StorageSyncErrorDetails() |
Initializes a new instance of the StorageSyncErrorDetails class. |
StorageSyncErrorDetails(String, String, String, String, String, String, String, String) |
Initializes a new instance of the StorageSyncErrorDetails class. |
StorageSyncErrorDetails()
Initializes a new instance of the StorageSyncErrorDetails class.
public StorageSyncErrorDetails ();
Public Sub New ()
Applies to
StorageSyncErrorDetails(String, String, String, String, String, String, String, String)
Initializes a new instance of the StorageSyncErrorDetails class.
public StorageSyncErrorDetails (string code = default, string message = default, string target = default, string requestUri = default, string exceptionType = default, string httpMethod = default, string hashedMessage = default, string httpErrorCode = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorDetails : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorDetails
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional requestUri As String = Nothing, Optional exceptionType As String = Nothing, Optional httpMethod As String = Nothing, Optional hashedMessage As String = Nothing, Optional httpErrorCode As String = Nothing)
Parameters
- code
- String
Error code of the given entry.
- message
- String
Error message of the given entry.
- target
- String
Target of the given entry.
- requestUri
- String
Request URI of the given entry.
- exceptionType
- String
Exception type of the given entry.
- httpMethod
- String
HTTP method of the given entry.
- hashedMessage
- String
Hashed message of the given entry.
- httpErrorCode
- String
HTTP error code of the given entry.
Applies to
Azure SDK for .NET