Click or drag to resize

MessageRepresentationFailureException Constructor

Initializes a new instance of the MessageRepresentationFailureException class

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public MessageRepresentationFailureException(
	MessageRepresentationFailure failure,
	string correlationID
)

Parameters

failure
Type: MessageRepresentationFailure
The object containing the details of the failure
correlationID
Type: System.String
The ID of the failed request
See Also