StorageNotAccessibleException 构造函数 (SerializationInfo, StreamingContext)

通过使用提供的信息和上下文来初始化 StorageNotAccessibleException 类的新实例。

命名空间:  Microsoft.VisualStudio.TestTools.Exceptions
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected StorageNotAccessibleException(
    SerializationInfo info,
    StreamingContext context
)
protected:
StorageNotAccessibleException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> StorageNotAccessibleException
protected function StorageNotAccessibleException(
    info : SerializationInfo, 
    context : StreamingContext
)

参数

.NET Framework 安全性

请参见

参考

StorageNotAccessibleException 类

StorageNotAccessibleException 重载

Microsoft.VisualStudio.TestTools.Exceptions 命名空间

SerializationInfo

StreamingContext