ErrorEventArgs Constructor

CVB.Net Documentation
Creates the event args with the given exception.

Namespace:  Stemmer.Cvb.Forms.Components
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public ErrorEventArgs(
	Exception exception
)

Parameters

exception
Type: SystemException
Error to notify upon.
See Also

Reference