Freigeben über


ODataErrorException-Konstruktor

Erstellt eine neue Instanz der ODataErrorException-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 ODataErrorException()
public ODataErrorException()
public:
ODataErrorException()
new : unit -> ODataErrorException
public function ODataErrorException()

Hinweise

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

Siehe auch

Verweis

ODataErrorException Klasse

ODataErrorException-Überladung

Microsoft.Data.OData-Namespace