ParseErrorException Constructor (String)
Creates a new instance of the ParseErrorException class from a message.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New ParseErrorException(message)
public ParseErrorException(
string message
)
public:
ParseErrorException(
String^ message
)
new :
message:string -> ParseErrorException
public function ParseErrorException(
message : String
)
Parameters
- message
Type: System.String
The message about the exception.