InvalidValueBarCodeException Constructors

Overloads

InvalidValueBarCodeException()Initializes a new instance of the InvalidValueBarCodeException class.
InvalidValueBarCodeException(String)Initializes a new instance of the InvalidValueBarCodeException class.

InvalidValueBarCodeException()

Initializes a new instance of the InvalidValueBarCodeException class.

public InvalidValueBarCodeException()
Public Sub New ()

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

InvalidValueBarCodeException(String)

Initializes a new instance of the InvalidValueBarCodeException class.

public InvalidValueBarCodeException(string message)
Public Sub New (message As String)

Parameters

message
String

A String that describes the error.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

InvalidValueBarCodeException
ceTe.DynamicPDF.PageElements.BarCoding

In this topic