InvalidFormatException Constructors

Overloads

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

InvalidFormatException()

Initializes a new instance of the InvalidFormatException class.

public InvalidFormatException()
Public Sub New ()

Licensing Info

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

InvalidFormatException(String)

Initializes a new instance of the InvalidFormatException class.

public InvalidFormatException(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

InvalidFormatException
ceTe.DynamicBarcode.Creator

In this topic