UITestException (Constructor) (String, Exception)

Inicializa una nueva instancia de la clase UITestException utilizando el mensaje y la excepción interna proporcionados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public UITestException(
    string message,
    Exception innerException
)
public:
UITestException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> UITestException
public function UITestException(
    message : String, 
    innerException : Exception
)

Parámetros

  • innerException
    Tipo: System.Exception
    Excepción que ha producido la excepción actual.

Seguridad de .NET Framework

Vea también

Referencia

UITestException Clase

UITestException (Sobrecarga)

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)