共用方式為


IdNotFoundException 建構函式 (String)

使用提供的訊息,初始化 IdNotFoundException 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    msg As String _
)
public IdNotFoundException(
    string msg
)
public:
IdNotFoundException(
    String^ msg
)
new : 
        msg:string -> IdNotFoundException
public function IdNotFoundException(
    msg : String
)

參數

.NET Framework 安全性

請參閱

參考

IdNotFoundException 類別

IdNotFoundException 多載

Microsoft.VisualStudio.TestTools.Exceptions 命名空間