Click or drag to resize

CodecErrorEventArgs Constructor

Construct a new set CodecErrorEventArgs object.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public CodecErrorEventArgs(
	string description,
	ErrorLevel level
)

Parameters

description
Type: SystemString
A string description of the error that has occurred.
level
Type: Atalasoft.Imaging.CodecErrorLevel
The severity of the error that has occurred.
See Also