Initializes a new instance of the ErrorEventArgs class

Namespace:  Phidgets.Events
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public ErrorEventArgs(
	PhidgetException ex
)
Visual Basic (Declaration)
Public Sub New ( _
	ex As PhidgetException _
)
Visual C++
public:
ErrorEventArgs(
	PhidgetException^ ex
)

Parameters

ex
Type: Phidgets..::.PhidgetException

[Missing <param name="ex"/> documentation for "M:Phidgets.Events.ErrorEventArgs.#ctor(Phidgets.PhidgetException)"]

See Also