共用方式為


InvalidDataInStorageException 建構函式 (SerializationInfo, StreamingContext)

使用提供的資訊和內容,初始化 InvalidDataInStorageException 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.Exceptions
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected InvalidDataInStorageException(
    SerializationInfo info,
    StreamingContext context
)
protected:
InvalidDataInStorageException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> InvalidDataInStorageException
protected function InvalidDataInStorageException(
    info : SerializationInfo, 
    context : StreamingContext
)

參數

.NET Framework 安全性

請參閱

參考

InvalidDataInStorageException 類別

InvalidDataInStorageException 多載

Microsoft.VisualStudio.TestTools.Exceptions 命名空間

SerializationInfo

StreamingContext