Class InvalidValueFormatException

InvalidValueFormatException class

Exception which thrown when requested value has incorrect format.

public class InvalidValueFormatException : PdfException

Constructors

NameDescription
InvalidValueFormatException()Initializes a new instance of the InvalidValueFormatException class.
InvalidValueFormatException(string)Constructor.

See Also