ODataBatchReader.ThrowODataException(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l’état « Exception », puis lève une exception ODataException avec le message d’erreur spécifié.
protected void ThrowODataException (string errorMessage);
member this.ThrowODataException : string -> unit
Protected Sub ThrowODataException (errorMessage As String)
Paramètres
- errorMessage
- String
Message d'erreur de l'exception.