Compartir a través de


ExpectedExceptionAttribute.ExceptionType (Propiedad)

Obtiene el tipo de la excepción esperada.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UnitTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (en Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxis

'Declaración
Public Property ExceptionType As Type
public Type ExceptionType { get; private set; }
public:
property Type^ ExceptionType {
    Type^ get ();
    private: void set (Type^ value);
}
member ExceptionType : Type with get, private set
function get ExceptionType () : Type 
private function set ExceptionType (value : Type)

Valor de propiedad

Tipo: Type
Un objeto Type.

Seguridad de .NET Framework

Vea también

Referencia

ExpectedExceptionAttribute Clase

Microsoft.VisualStudio.TestTools.UnitTesting (Espacio de nombres)