Costruttore ODataContentTypeException (String)
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 _
)
'Utilizzo
Dim message As String
Dim instance As New ODataContentTypeException(message)
public ODataContentTypeException(
string message
)
public:
ODataContentTypeException(
String^ message
)
new :
message:string -> ODataContentTypeException
public function ODataContentTypeException(
message : String
)
Parametri
- message
Tipo: System.String
Messaggio di errore in testo normale per l'eccezione.
Vedere anche
Riferimento
ODataContentTypeException Classe