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
Syntaxpublic AttributeRepresentationFailureException(
AttributeRepresentationFailure failure,
string correlationID
)
Public Sub New (
failure As AttributeRepresentationFailure,
correlationID As String
)
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