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
Syntaxpublic InvalidRepresentationException(
string message,
string correlationID
)
Public Sub New (
message As String,
correlationID As String
)
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