Geotools.Net

ParseException Constructor (String)

Initializes a new instance of the ParseException class with a specified error message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public ParseException(
   string message
);

Parameters

message
A message that describes the error.

Remarks

Missing <remarks> documentation for M:Geotools.IO.ParseException.#ctor(System.String)

See Also

ParseException Class | ParseException Members | Geotools.IO Namespace | ParseException Constructor Overload List