Gets a error type.

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

Syntax

C#
public PhidgetException..::.ErrorType Type { get; }
Visual Basic (Declaration)
Public ReadOnly Property Type As PhidgetException..::.ErrorType
Visual C++
public:
property PhidgetException..::.ErrorType Type {
	PhidgetException..::.ErrorType get ();
}

Remarks

This is a member of the ErrorType Enumeration that contains an entry for every type of Phidget error.

See Also