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