C# Class clojure.lang.IllegalFormatPrecisionException

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

Public Methods

Method Description
IllegalFormatPrecisionException ( ) : System
IllegalFormatPrecisionException ( String message, Exception innerException ) : System
IllegalFormatPrecisionException ( int precision ) : System
IllegalFormatPrecisionException ( string message ) : System

Protected Methods

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

Method Details

IllegalFormatPrecisionException() public method

public IllegalFormatPrecisionException ( ) : System
return System

IllegalFormatPrecisionException() protected method

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

IllegalFormatPrecisionException() public method

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

IllegalFormatPrecisionException() public method

public IllegalFormatPrecisionException ( int precision ) : System
precision int
return System

IllegalFormatPrecisionException() public method

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