C# Class CSJ2K.j2k.util.StringFormatException

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

Méthodes publiques

Méthode 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 méthode

Creates the exception with an empty messgage.
public StringFormatException ( ) : System
Résultat System

StringFormatException() public méthode

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