Initializes a new instance of the DeviceErrorException class.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public DeviceErrorException(
	string message
)

Parameters

message
Type: System..::.String
Exception's message.

See Also