Partager via


Constructeur ODataContentTypeException (String, Exception)

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, _
    innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception

Dim instance As New ODataContentTypeException(message, _
    innerException)
public ODataContentTypeException(
    string message,
    Exception innerException
)
public:
ODataContentTypeException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ODataContentTypeException
public function ODataContentTypeException(
    message : String, 
    innerException : Exception
)

Paramètres

  • message
    Type : System.String
    Message d'erreur en texte brut de cette exception.
  • innerException
    Type : System.Exception
    Exception d'origine qui a provoqué la levée de cette exception.

Voir aussi

Référence

ODataContentTypeException Classe

Surcharge ODataContentTypeException

Espace de noms Microsoft.Data.OData