OperationFailedException Constructor (String, Exception)
From PPJoy
| PPJoy Wrapper Library reference library |
| OperationFailedException Constructor (String, Exception) |
| OperationFailedException Class See Also |
Initializes a new instance of the OperationFailedException class.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String, _ inner As Exception _ ) |
| C# |
|---|
public OperationFailedException( string message, Exception inner ) |
| Visual C++ |
|---|
public: OperationFailedException( String^ message, Exception^ inner ) |
Parameters
- message
- Type: System..::.String
The error message that explains the reason for the exception.
- inner
- Type: System..::.Exception
The exception that is the cause of the current exception, or nullNothingnullptra null reference (Nothing in Visual Basic) if no inner exception is specified.