LayoutExceptionEventArgs(Exception) Constructor

Definición

Inicializa una nueva instancia de la clase LayoutExceptionEventArgs.

public:
 LayoutExceptionEventArgs(Exception ^ exception);
public LayoutExceptionEventArgs (Exception exception);
new System.Windows.Forms.Integration.LayoutExceptionEventArgs : Exception -> System.Windows.Forms.Integration.LayoutExceptionEventArgs
Public Sub New (exception As Exception)

Parámetros

exception
Exception

Exception que se va a iniciar.

Excepciones

exception es null.

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