InvalidValueException Constructors

Overloads

InvalidValueException()Initializes a new instance of the InvalidValueException class.
InvalidValueException(String)Initializes a new instance of the invalid value barcode exception class.

InvalidValueException()

Initializes a new instance of the InvalidValueException class.

public InvalidValueException()
Public Sub New ()

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

InvalidValueException(String)

Initializes a new instance of the invalid value barcode exception class.

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

Parameters

message
String

A string that describes the error.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

InvalidValueException
ceTe.DynamicBarcode.Creator

In this topic