共用方式為


CoverageFileNotFoundException 建構函式 (String, Exception)

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

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

語法

'宣告
Public Sub New ( _
    message As String, _
    inner As Exception _
)
public CoverageFileNotFoundException(
    string message,
    Exception inner
)
public:
CoverageFileNotFoundException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> CoverageFileNotFoundException
public function CoverageFileNotFoundException(
    message : String, 
    inner : Exception
)

參數

  • message
    類型:String

    例外狀況的訊息。

  • inner
    類型:Exception

    造成目前例外狀況的例外狀況。

.NET Framework 安全性

請參閱

參考

CoverageFileNotFoundException 類別

CoverageFileNotFoundException 多載

Microsoft.VisualStudio.Coverage.Analysis 命名空間