Compartir a través de


IntegrationExceptionEventArgs.ThrowException Propiedad

Definición

Obtiene o establece un valor que indica si debe iniciarse la Exception especificada por la propiedad Exception.

public:
 property bool ThrowException { bool get(); void set(bool value); };
public bool ThrowException { get; set; }
member this.ThrowException : bool with get, set
Public Property ThrowException As Boolean

Valor de propiedad

Boolean

Es true si se va a iniciar Exception; en caso contrario, es false. De manera predeterminada, es false.

Comentarios

En el controlador de eventos, establezca el valor de la ThrowException propiedad en true para indicar que se debe generar la excepción.

Se aplica a

Consulte también