ItemNotFoundInMetadataStoreException 构造函数 (String, Exception)
初始化 ItemNotFoundInMetadataStoreException 类的一个新实例,该实例包含指定的错误消息和对引起此异常的内部异常的引用。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
Public Sub New ( _
message As String, _
innerException As Exception _
)
用法
Dim message As String
Dim innerException As Exception
Dim instance As New ItemNotFoundInMetadataStoreException(message, innerException)
public ItemNotFoundInMetadataStoreException (
string message,
Exception innerException
)
public:
ItemNotFoundInMetadataStoreException (
String^ message,
Exception^ innerException
)
public ItemNotFoundInMetadataStoreException (
String message,
Exception innerException
)
public function ItemNotFoundInMetadataStoreException (
message : String,
innerException : Exception
)
参数
- message
说明异常原因的错误消息。
- innerException
引起当前异常的异常,未指定内部异常时则为 null 引用(在 Visual Basic 中为 Nothing)。
请参阅
参考
ItemNotFoundInMetadataStoreException 类
ItemNotFoundInMetadataStoreException 成员
Microsoft.Synchronization 命名空间