ItemMustExistException 类
提供程序报告某一项不存在时(即使该项的创建版本包含在该提供程序的知识中)引发的异常。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 Microsoft.Synchronization.dll 中)
语法
声明
<SerializableAttribute> _
Public Class ItemMustExistException _
Inherits SyncException
用法
Dim instance As ItemMustExistException
[SerializableAttribute]
public class ItemMustExistException : SyncException
[SerializableAttribute]
public ref class ItemMustExistException : public SyncException
[<SerializableAttribute>]
type ItemMustExistException =
class
inherit SyncException
end
public class ItemMustExistException extends SyncException
继承层次结构
System. . :: . .Object
System. . :: . .Exception
Microsoft.Synchronization. . :: . .SyncException
Microsoft.Synchronization..::..ItemMustExistException
线程安全
此类型的所有公共成员static(在 Visual Basic 中为 Shared) 都是线程安全的。不保证所有实例成员都是线程安全的。