Freigeben über


ODataException-Konstruktor

Erstellt eine neue Instanz der ODataException-Klasse mit Standardwerten.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New ODataException()
public ODataException()
public:
ODataException()
new : unit -> ODataException
public function ODataException()

Hinweise

Die Nachrichteneigenschaft wird mit einer vom System bereitgestellten Nachricht initialisiert, in der der Fehler beschrieben wird. Diese Nachricht berücksichtigt die aktuelle Systemkultur.

Siehe auch

Verweis

ODataException Klasse

ODataException-Überladung

Microsoft.Data.OData-Namespace