Costruttore ODataErrorException (String, ODataError)
Crea una nuova istanza della classe ODataErrorException con un messaggio di errore e un oggetto ODataError.
Spazio dei nomi Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String, _
error As ODataError _
)
'Utilizzo
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
)
Parametri
- message
Tipo: System.String
Messaggio di errore in testo normale per l'eccezione.
- error
Tipo: Microsoft.Data.OData.ODataError
Istanza di ODataError che rappresenta l'errore letto dal payload.