Click or drag to resize

ResourceManagementException Constructor (String, String, Exception)

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,
	Exception innerException
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception
correlationID
Type: SystemString
The ID of the failed request
innerException
Type: SystemException
The exception that was the cause of this exception
See Also