BarCodeException.BarCodeException

BarCodeException()

Initializes a new instance of the BarCodeException class.

public BarCodeException()

See Also


BarCodeException(string)

Initializes a new instance of the BarCodeException class with specified error message.

public BarCodeException(string message)
ParameterTypeDescription
messageStringThe error message of the exception.

See Also


BarCodeException(string, Exception)

Initializes a new instance of the BarCodeException class with the specified error message and the current exception.

public BarCodeException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe error message of the exception.
innerExceptionExceptionThe current exception is thrown.

See Also