CSJ2K.j2k.util.StringFormatException.StringFormatException C# (CSharp) Method

StringFormatException() public method

Creates the exception with an empty messgage.
public StringFormatException ( ) : System
return System
        public StringFormatException()
            : base()
        {
        }

Same methods

StringFormatException::StringFormatException ( System s ) : System
StringFormatException