初始化 ItemMustExistException 類別的新執行個體,其中包含指定的錯誤訊息。
命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
Public Sub New ( _
message As String _
)
'用途
Dim message As String
Dim instance As New ItemMustExistException(message)
public ItemMustExistException (
string message
)
public:
ItemMustExistException (
String^ message
)
public ItemMustExistException (
String message
)
public function ItemMustExistException (
message : String
)
參數
- message
陳述錯誤的訊息。
備註
請參閱
參考
ItemMustExistException 類別
ItemMustExistException 成員
Microsoft.Synchronization 命名空間