共用方式為


CoverageFileNotFoundException 建構函式 (SerializationInfo, StreamingContext)

使用提供的資訊和內容,從 XML 初始化 CoverageFileNotFoundException 類別的新執行個體。 這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。

命名空間:  Microsoft.VisualStudio.Coverage.Analysis
組件:  Microsoft.VisualStudio.Coverage.Analysis (在 Microsoft.VisualStudio.Coverage.Analysis.dll 中)

語法

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

參數

  • info
    類型:SerializationInfo

    例外狀況的相關資訊。

  • context
    類型:StreamingContext

    例外狀況的來源和目的端。

.NET Framework 安全性

請參閱

參考

CoverageFileNotFoundException 類別

CoverageFileNotFoundException 多載

Microsoft.VisualStudio.Coverage.Analysis 命名空間

SerializationInfo

StreamingContext