







|
| PPJoy Wrapper Library reference library |
| OperationFailedException Constructor (String) |
| 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 _ ) |
| C# |
|---|
public OperationFailedException( string message ) |
| Visual C++ |
|---|
public: OperationFailedException( String^ message ) |
Parameters
- message
- Type: System..::.String
The message that describes the error.
