ResourceManagementException Constructor (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
Syntaxpublic ResourceManagementException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ResourceManagementException(
String^ message,
Exception^ innerException
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception - innerException
- Type: SystemException
The exception that was the cause of this exception
See Also