public class BarCodeException
extends com.aspose.ms.System.Exception
Represents the exception for creating barcode image.
Constructor and Description |
---|
BarCodeException()
Initializes a new instance of the BarCodeException class.
|
BarCodeException(String message)
Initializes a new instance of the BarCodeException class with specified error message.
|
BarCodeException(String message,
Exception innerException)
Initializes a new instance of the BarCodeException class with the specified error message and the current exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public BarCodeException()
Initializes a new instance of the BarCodeException class.
public BarCodeException(String message)
Initializes a new instance of the BarCodeException class with specified error message.
message
- The error message of the exception.public BarCodeException(String message, Exception innerException)
Initializes a new instance of the BarCodeException class with the specified error message and the current exception.
message
- The error message of the exception.innerException
- The current exception is thrown.Copyright (c) 2002-2016 Aspose Pty Ltd. All Rights Reserved.