Sdílet prostřednictvím


UriLiteralParsingException Konstruktory

Definice

Přetížení

UriLiteralParsingException()

Vytvoří novou instanci třídy s výchozími UriLiteralParsingException hodnotami.

UriLiteralParsingException(String)

Vytvoří novou instanci UriLiteralParsingException třídy s chybovou zprávou.

UriLiteralParsingException(String, Exception)

Vytvoří novou instanci UriLiteralParsingException třídy s chybovou zprávou a vnitřní výjimkou.

UriLiteralParsingException()

Vytvoří novou instanci třídy s výchozími UriLiteralParsingException hodnotami.

public UriLiteralParsingException ();
Public Sub New ()

Poznámky

Message Vlastnost je inicializována do zprávy zadané systémem, která popisuje chybu. Tato zpráva bere v potaz aktuální systémovou kulturu.

Platí pro

UriLiteralParsingException(String)

Vytvoří novou instanci UriLiteralParsingException třídy s chybovou zprávou.

public UriLiteralParsingException (string message);
new Microsoft.OData.UriParser.UriLiteralParsingException : string -> Microsoft.OData.UriParser.UriLiteralParsingException
Public Sub New (message As String)

Parametry

message
String

Chybová zpráva pro tuto výjimku ve formátu prostého textu.

Platí pro

UriLiteralParsingException(String, Exception)

Vytvoří novou instanci UriLiteralParsingException třídy s chybovou zprávou a vnitřní výjimkou.

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

Parametry

message
String

Chybová zpráva pro tuto výjimku ve formátu prostého textu.

innerException
Exception

Vnitřní výjimka, která je příčinou této výjimky vyvolán.

Platí pro