Partilhar via


Construtor InternalException (String, Exception)

Inicializa uma nova instância de InternalException 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 InternalException(
    string msg,
    Exception inner
)
public:
InternalException(
    String^ msg, 
    Exception^ inner
)
new : 
        msg:string * 
        inner:Exception -> InternalException
public function InternalException(
    msg : String, 
    inner : Exception
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

InternalException Classe

Sobrecargas InternalException

Namespace Microsoft.VisualStudio.TestTools.Exceptions