次の方法で共有


ODataContentTypeException コンストラクター (String)

ODataContentTypeException クラスの新しいインスタンスを作成します。

名前空間:  Microsoft.Data.OData
アセンブリ:  Microsoft.Data.OData (Microsoft.Data.OData.dll)

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
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
)

パラメーター

  • message
    型: System.String
    この例外のプレーンテキスト エラー メッセージ。

関連項目

参照

ODataContentTypeException クラス

ODataContentTypeException オーバーロード

Microsoft.Data.OData 名前空間