指定したエラー メッセージが含まれる ItemNotFoundInMetadataStoreException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
Public Sub New ( _
message As String _
)
'使用
Dim message As String
Dim instance As New ItemNotFoundInMetadataStoreException(message)
public ItemNotFoundInMetadataStoreException (
string message
)
public:
ItemNotFoundInMetadataStoreException (
String^ message
)
public ItemNotFoundInMetadataStoreException (
String message
)
public function ItemNotFoundInMetadataStoreException (
message : String
)
パラメーター
- message
例外の原因を示すエラー メッセージです。
参照
リファレンス
ItemNotFoundInMetadataStoreException クラス
ItemNotFoundInMetadataStoreException メンバー
Microsoft.Synchronization 名前空間