 | UnsupportedFormatExeption Class |
The exception that is thrown when the requested operation is not supported.
Inheritance Hierarchy
Namespace:
Patagames.Ocr.Exceptions
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic class UnsupportedFormatExeption : OcrException
Public Class UnsupportedFormatExeption
Inherits OcrException
public ref class UnsupportedFormatExeption : public OcrException
type UnsupportedFormatExeption =
class
inherit OcrException
end
public class UnsupportedFormatExeption extends OcrException
Patagames.Ocr.Exceptions.UnsupportedFormatExeption = function();
Type.createClass(
'Patagames.Ocr.Exceptions.UnsupportedFormatExeption',
Patagames.Ocr.Exceptions.OcrException);
The UnsupportedFormatExeption type exposes the following members.
Constructors
| Name | Description |
---|
 | UnsupportedFormatExeption |
Initializes a new instance of the UnsupportedFormatExeption class with a specified error message.
|
Top
See Also