 | UnsupportedFormatExeption Constructor |
Initializes a new instance of the UnsupportedFormatExeption class with a specified error message.
Namespace:
Patagames.Ocr.Exceptions
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic UnsupportedFormatExeption(
string message
)
Public Sub New (
message As String
)
public:
UnsupportedFormatExeption(
String^ message
)
new :
message : string -> UnsupportedFormatExeption
public UnsupportedFormatExeption(
String message
)
Patagames.Ocr.Exceptions.UnsupportedFormatExeption = function(message);
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also