C# Class clojure.lang.IllegalFormatPrecisionException

Inheritance: System.ArgumentException
Afficher le fichier Open project: richhickey/clojure-clr

Méthodes publiques

Méthode Description
IllegalFormatPrecisionException ( ) : System
IllegalFormatPrecisionException ( String message, Exception innerException ) : System
IllegalFormatPrecisionException ( int precision ) : System
IllegalFormatPrecisionException ( string message ) : System

Méthodes protégées

Méthode Description
IllegalFormatPrecisionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

IllegalFormatPrecisionException() public méthode

public IllegalFormatPrecisionException ( ) : System
Résultat System

IllegalFormatPrecisionException() protected méthode

protected IllegalFormatPrecisionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

IllegalFormatPrecisionException() public méthode

public IllegalFormatPrecisionException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Résultat System

IllegalFormatPrecisionException() public méthode

public IllegalFormatPrecisionException ( int precision ) : System
precision int
Résultat System

IllegalFormatPrecisionException() public méthode

public IllegalFormatPrecisionException ( string message ) : System
message string
Résultat System