Click or drag to resize

InvalidRepresentationException Constructor

Initializes a new instance of the AttributeRepresentationFailureException class

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public InvalidRepresentationException(
	string message,
	string correlationID
)

Parameters

message
Type: SystemString
The message text containing details of the failure
correlationID
Type: SystemString
The ID of the failed request
See Also