共用方式為


InternalException 建構函式 (SerializationInfo, StreamingContext)

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

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

語法

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

參數

.NET Framework 安全性

請參閱

參考

InternalException 類別

InternalException 多載

Microsoft.VisualStudio.TestTools.Exceptions 命名空間

SerializationInfo

StreamingContext