[]
        
(Showing Draft Content)

CSJ2K.j2k.util.StringFormatException

StringFormatException Class

Thrown to indicate that the application has attempted to parse a badly formatted string.

Inheritance
StringFormatException
Namespace: CSJ2K.j2k.util
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class StringFormatException : ArgumentException, _Exception, ISerializable

Constructors

Name Description
StringFormatException()

Creates the exception with an empty messgage.

StringFormatException(string)

Creates the exception with the specified detail message.