IntegrationExceptionEventArgs(Boolean, Exception) Constructor

Definitie

Initialiseert een nieuw exemplaar van de IntegrationExceptionEventArgs klasse.

public:
 IntegrationExceptionEventArgs(bool throwException, Exception ^ exception);
public IntegrationExceptionEventArgs(bool throwException, Exception exception);
new System.Windows.Forms.Integration.IntegrationExceptionEventArgs : bool * Exception -> System.Windows.Forms.Integration.IntegrationExceptionEventArgs
Public Sub New (throwException As Boolean, exception As Exception)

Parameters

throwException
Boolean

true om de Exception opgegeven door exception; anders te falseverhogen .

exception
Exception

De Exception te verhogen.

Uitzonderingen

exception is null.

Van toepassing op

Zie ook