Partilhar via


Construtor IdNotFoundException (String, Exception)

Inicializa uma nova instância de IdNotFoundException classe usando a mensagem fornecida e exceção interna.

Namespace:  Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Sub New ( _
    msg As String, _
    inner As Exception _
)
public IdNotFoundException(
    string msg,
    Exception inner
)
public:
IdNotFoundException(
    String^ msg, 
    Exception^ inner
)
new : 
        msg:string * 
        inner:Exception -> IdNotFoundException
public function IdNotFoundException(
    msg : String, 
    inner : Exception
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IdNotFoundException Classe

Sobrecargas IdNotFoundException

Namespace Microsoft.VisualStudio.TestTools.Exceptions