次の方法で共有


InvalidFeedException コンストラクタ (String)

指定したエラー メッセージが含まれた InvalidFeedException クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String

Dim instance As New InvalidFeedException(message)
public InvalidFeedException (
    string message
)
public:
InvalidFeedException (
    String^ message
)
public InvalidFeedException (
    String message
)
public function InvalidFeedException (
    message : String
)

パラメータ

  • message
    エラーを示すメッセージです。

参照

リファレンス

InvalidFeedException クラス
InvalidFeedException メンバ
Microsoft.Synchronization 名前空間