Partager via


Constructeur ODataContentTypeException (String)

Crée une instance de la classe ODataContentTypeException.

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
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
)

Paramètres

  • message
    Type : System.String
    Message d'erreur en texte brut de cette exception.

Voir aussi

Référence

ODataContentTypeException Classe

Surcharge ODataContentTypeException

Espace de noms Microsoft.Data.OData