Click or drag to resize
ThermalException Constructor (String)
Initializes a new instance of the ThermalImageException class with a specified error message.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public ThermalException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also