Freigeben über


ParseErrorException-Konstruktor (String)

Erstellt eine neue Instanz der ParseErrorException-Klasse aus einer Meldung.

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
)

Parameter

Siehe auch

Verweis

ParseErrorException Klasse

ParseErrorException-Überladung

System.Spatial-Namespace