Click or drag to resize

AttributeRepresentationFailureException 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 AttributeRepresentationFailureException(
	AttributeRepresentationFailure failure,
	string correlationID
)

Parameters

failure
Type: AttributeRepresentationFailure
The object containing the details of the failure
correlationID
Type: SystemString
The ID of the failed request
See Also