C# Class CSJ2K.j2k.util.StringFormatException

Thrown to indicate that the application has attempted to parse a badly formatted string.
Inheritance: System.ArgumentException
Show file Open project: cureos/csj2k

Public Methods

Method Description
StringFormatException ( ) : System

Creates the exception with an empty messgage.

StringFormatException ( System s ) : System

Creates the exception with the specified detail message.

Method Details

StringFormatException() public method

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

StringFormatException() public method

Creates the exception with the specified detail message.
public StringFormatException ( System s ) : System
s System The detail message /// /// /// ///
return System