Constructeur ODataErrorException (String, Exception, ODataError)
Crée une nouvelle instance de la classe ODataErrorException avec un message d'erreur, une exception interne 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, _
innerException As Exception, _
error As ODataError _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim error As ODataError
Dim instance As New ODataErrorException(message, _
innerException, error)
public ODataErrorException(
string message,
Exception innerException,
ODataError error
)
public:
ODataErrorException(
String^ message,
Exception^ innerException,
ODataError^ error
)
new :
message:string *
innerException:Exception *
error:ODataError -> ODataErrorException
public function ODataErrorException(
message : String,
innerException : Exception,
error : ODataError
)
Paramètres
- message
Type : System.String
Message d'erreur de texte brut de cette exception.
- innerException
Type : System.Exception
Exception interne à l'origine de cette exception à lever.
- error
Type : Microsoft.Data.OData.ODataError
Instance ODataError représentant l'erreur lue à partir de la charge.