Click or drag to resize

ProcessingException Class

Inheritance Hierarchy
SystemObject
  SystemException
    LynceeTecProcessingException

Namespace: LynceeTec
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public sealed class ProcessingException : Exception

The ProcessingException type exposes the following members.

Constructors
 NameDescription
Public methodProcessingException(String)Initializes a new instance of the ProcessingException class
Public methodProcessingException(Int32, String)Initializes a new instance of the ProcessingException class
Public methodProcessingException(String, Exception)Initializes a new instance of the ProcessingException class
Public methodProcessingException(Int32, String, Exception)Initializes a new instance of the ProcessingException class
Top
See Also