Click or drag to resize

ErrorLevel Enumeration

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 enum ErrorLevel
Members
  Member nameDescription
None This value denotes that there is no error present. While it is not presently used, it is included for the sake of completeness.
Warning This value denotes that a problem of very mild severity has been detected in a codec.
Error This value denotes that a problem of moderate to high severity has been detected in a codec.
Fatal This value denotes that there a severe error has occurred that could be fatal to the CLR or the current application. This severity should never be used in released software.
Remarks
This enumeration is used in the CodecErrorEventArgs class in order to denote the severity of an error.
See Also