Partager via


Constructeur ODataErrorException (String, ODataError)

Crée une nouvelle instance de la classe ODataErrorException avec un message d'erreur et un objet ODataError.

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

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    error As ODataError _
)
'Utilisation
Dim message As String
Dim error As ODataError

Dim instance As New ODataErrorException(message, _
    error)
public ODataErrorException(
    string message,
    ODataError error
)
public:
ODataErrorException(
    String^ message, 
    ODataError^ error
)
new : 
        message:string * 
        error:ODataError -> ODataErrorException
public function ODataErrorException(
    message : String, 
    error : ODataError
)

Paramètres

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

Voir aussi

Référence

ODataErrorException Classe

Surcharge ODataErrorException

Espace de noms Microsoft.Data.OData