Initializes a new instance of the ExportConnectionResetException class.

Namespace: Microsoft.Cosmos.ExportClient
Assembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
public ExportConnectionResetException(
	string message,
	Exception inner
)
Visual Basic
Public Sub New ( _
	message As String, _
	inner As Exception _
)
Visual C++
public:
ExportConnectionResetException(
	String^ message, 
	Exception^ inner
)

Parameters

message
Type: String
message of the exception.
inner
Type: Exception
inner exception.

See Also