Freigeben über


ParseErrorException Konstruktoren

Definition

Überlädt

ParseErrorException()

Erstellt eine neue Instanz der ParseErrorException-Klasse.

ParseErrorException(String)

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

ParseErrorException(String, Exception)

Erstellt eine neue Instanz der ParseErrorException -Klasse aus einer Nachricht und einer vorherigen Ausnahme.

ParseErrorException()

Erstellt eine neue Instanz der ParseErrorException-Klasse.

public ParseErrorException ();
Public Sub New ()

Gilt für:

ParseErrorException(String)

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

public ParseErrorException (string message);
new Microsoft.Spatial.ParseErrorException : string -> Microsoft.Spatial.ParseErrorException
Public Sub New (message As String)

Parameter

message
String

Die Meldung zur Ausnahme.

Gilt für:

ParseErrorException(String, Exception)

Erstellt eine neue Instanz der ParseErrorException -Klasse aus einer Nachricht und einer vorherigen Ausnahme.

public ParseErrorException (string message, Exception innerException);
new Microsoft.Spatial.ParseErrorException : string * Exception -> Microsoft.Spatial.ParseErrorException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Meldung zur Ausnahme.

innerException
Exception

Die Ausnahme, die vor dieser Ausnahme aufgetreten ist.

Gilt für: