InvalidSizeException Constructors

Overloads

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

InvalidSizeException()

Initializes a new instance of the InvalidSizeException class.

public InvalidSizeException()
Public Sub New ()

Licensing Info

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

InvalidSizeException(String)

Initializes a new instance of the InvalidSizeException class.

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

InvalidSizeException
ceTe.DynamicBarcode.Creator

In this topic