C# Class clojure.lang.IllegalFormatConversionException

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

Méthodes publiques

Méthode Description
IllegalFormatConversionException ( ) : System
IllegalFormatConversionException ( String message, Exception innerException ) : System
IllegalFormatConversionException ( char c, Type type ) : System
IllegalFormatConversionException ( string message ) : System

Méthodes protégées

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

Method Details

IllegalFormatConversionException() public méthode

public IllegalFormatConversionException ( ) : System
Résultat System

IllegalFormatConversionException() protected méthode

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

IllegalFormatConversionException() public méthode

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

IllegalFormatConversionException() public méthode

public IllegalFormatConversionException ( char c, Type type ) : System
c char
type System.Type
Résultat System

IllegalFormatConversionException() public méthode

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