Freigeben über


ODataContentTypeException-Konstruktor (String)

Erstellt eine neue Instanz der ODataContentTypeException-Klasse.

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

Syntax

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

Dim instance As New ODataContentTypeException(message)
public ODataContentTypeException(
    string message
)
public:
ODataContentTypeException(
    String^ message
)
new : 
        message:string -> ODataContentTypeException
public function ODataContentTypeException(
    message : String
)

Parameter

  • message
    Typ: System.String
    Nur-Text-Fehlermeldung für diese Ausnahme.

Siehe auch

Verweis

ODataContentTypeException Klasse

ODataContentTypeException-Überladung

Microsoft.Data.OData-Namespace