Click or drag to resize

ResourceManagementException Constructor (String, String)

Initializes a new instance of the ResourceManagementException class

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

Parameters

message
Type: SystemString
The error message that explains the reason for the exception
correlationID
Type: SystemString
The ID of the failed request
See Also