Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

UnexpectedDataException Constructor (String)

Initializes a new instance of the UnexpectedDataException class.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public UnexpectedDataException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
UnexpectedDataException(
	String^ message
)

Parameters

message
Type: String
The message that describes the error.