BarCodeRecognitionException.BarCodeRecognitionException
BarCodeRecognitionException()
Initializes a new instance of the BarCodeRecognitionException class.
public BarCodeRecognitionException()
See Also
- class BarCodeRecognitionException
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode
BarCodeRecognitionException(string)
Initializes a new instance of the BarCodeRecognitionException class.
public BarCodeRecognitionException(string message)
| Parameter | Type | Description |
|---|---|---|
| message | String | error message |
See Also
- class BarCodeRecognitionException
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode
BarCodeRecognitionException(string, Exception)
Initializes a new instance of the BarCodeRecognitionException class with the specified error message and the current exception.
public BarCodeRecognitionException(string message, Exception innerException)
| Parameter | Type | Description |
|---|---|---|
| message | String | The error message of the exception. |
| innerException | Exception | The current exception is thrown. |
See Also
- class BarCodeRecognitionException
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode