Initializes a new instance of the PhidgetException class

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

Syntax

C#
public PhidgetException(
	string message,
	PhidgetException..::.ErrorType type
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	type As PhidgetException..::.ErrorType _
)
Visual C++
public:
PhidgetException(
	String^ message, 
	PhidgetException..::.ErrorType type
)

Parameters

message
Type: System..::.String

[Missing <param name="message"/> documentation for "M:Phidgets.PhidgetException.#ctor(System.String,Phidgets.PhidgetException.ErrorType)"]

type
Type: Phidgets..::.PhidgetException..::.ErrorType

[Missing <param name="type"/> documentation for "M:Phidgets.PhidgetException.#ctor(System.String,Phidgets.PhidgetException.ErrorType)"]

See Also