C# Class clojure.lang.IllegalFormatConversionException

Inheritance: System.ArgumentException
显示文件 Open project: richhickey/clojure-clr

Public Methods

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

Protected Methods

Method Description
IllegalFormatConversionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

IllegalFormatConversionException() public method

public IllegalFormatConversionException ( ) : System
return System

IllegalFormatConversionException() protected method

protected IllegalFormatConversionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

IllegalFormatConversionException() public method

public IllegalFormatConversionException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System

IllegalFormatConversionException() public method

public IllegalFormatConversionException ( char c, Type type ) : System
c char
type System.Type
return System

IllegalFormatConversionException() public method

public IllegalFormatConversionException ( string message ) : System
message string
return System