PPJoyException Constructor (String)

PPJoy

Initializes a new instance of the PPJoyException class.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
C#
public PPJoyException(
	string message
)
Visual C++
public:
PPJoyException(
	String^ message
)

Parameters

message
Type: System..::.String
The message that describes the error.

See Also