Freigeben über


ParseErrorException-Konstruktor (String, Exception)

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

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New ParseErrorException(message, _
    innerException)
public ParseErrorException(
    string message,
    Exception innerException
)
public:
ParseErrorException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ParseErrorException
public function ParseErrorException(
    message : String, 
    innerException : Exception
)

Parameter

  • innerException
    Typ: System.Exception
    Die Ausnahme, die dieser Ausnahme vorausging.

Siehe auch

Verweis

ParseErrorException Klasse

ParseErrorException-Überladung

System.Spatial-Namespace