UnwillingToPerformException Constructor |
Initializes a new instance of the UnwillingToPerformException class
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic UnwillingToPerformException(
DispatchRequestFailures failure
)
Public Sub New (
failure As DispatchRequestFailures
)
public:
UnwillingToPerformException(
DispatchRequestFailures^ failure
)
Parameters
- failure
- Type: DispatchRequestFailures
The object containing the details of the failure
See Also