Costruttore ODataContentTypeException (String, Exception)
Crea una nuova istanza della classe ODataContentTypeException.
Spazio dei nomi Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilizzo
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
)
Parametri
- message
Tipo: System.String
Messaggio di errore in testo normale per l'eccezione.
- innerException
Tipo: System.Exception
Eccezione che ha causato la generazione dell'eccezione corrente.
Vedere anche
Riferimento
ODataContentTypeException Classe