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