ParseException Constructor (String)

Chat2Desk

Chat2Desk

ParseException Constructor (String)

Initializes a new instance of the [ParseException] class.

Namespace:  Chat2Desk.Exceptions
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


public ParseException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
ParseException(
	String^ message
)

Parameters

message
Type: String
The message.