Click or drag to resize

CantCreateRendererException Class

The exception that is thrown when the renderer cannot be created for some reason.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Ocr.ExceptionsOcrException
      Patagames.Ocr.ExceptionsCantCreateRendererException

Namespace:  Patagames.Ocr.Exceptions
Assembly:  Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntax
public class CantCreateRendererException : OcrException
Constructors
  NameDescription
Public methodCantCreateRendererException
Initializes a new instance of the CantCreateRendererException class.
Public methodCantCreateRendererException(String)
Initializes a new instance of the CantCreateRendererException class with a specified error message.
Top
See Also