ReverseEngineerException 构造函数 (SerializationInfo, StreamingContext)
从持久化 XML 数据初始化 ReverseEngineerException 类的新实例。
命名空间: Microsoft.Data.Schema.SchemaModel
程序集: Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected ReverseEngineerException(
SerializationInfo info,
StreamingContext context
)
protected:
ReverseEngineerException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ReverseEngineerException
protected function ReverseEngineerException(
info : SerializationInfo,
context : StreamingContext
)
参数
- info
类型:System.Runtime.Serialization.SerializationInfo
序列化信息。
- context
类型:System.Runtime.Serialization.StreamingContext
流上下文。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。