StorageSyncInnerErrorDetails Constructors

Definition

Overloads

StorageSyncInnerErrorDetails()

Initializes a new instance of the StorageSyncInnerErrorDetails class.

StorageSyncInnerErrorDetails(String, String, String, String)

Initializes a new instance of the StorageSyncInnerErrorDetails class.

StorageSyncInnerErrorDetails()

Initializes a new instance of the StorageSyncInnerErrorDetails class.

public StorageSyncInnerErrorDetails ();
Public Sub New ()

Applies to

StorageSyncInnerErrorDetails(String, String, String, String)

Initializes a new instance of the StorageSyncInnerErrorDetails class.

public StorageSyncInnerErrorDetails (string callStack = default, string message = default, string innerException = default, string innerExceptionCallStack = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncInnerErrorDetails : string * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncInnerErrorDetails
Public Sub New (Optional callStack As String = Nothing, Optional message As String = Nothing, Optional innerException As String = Nothing, Optional innerExceptionCallStack As String = Nothing)

Parameters

callStack
String

Call stack of the error.

message
String

Error message of the error.

innerException
String

Exception of the inner error.

innerExceptionCallStack
String

Call stack of the inner error.

Applies to