C# Class clojure.lang.IllegalFormatWidthException

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

Public Methods

Method Description
IllegalFormatWidthException ( ) : System
IllegalFormatWidthException ( String message, Exception innerException ) : System
IllegalFormatWidthException ( int width ) : System
IllegalFormatWidthException ( string message ) : System

Protected Methods

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

Method Details

IllegalFormatWidthException() public method

public IllegalFormatWidthException ( ) : System
return System

IllegalFormatWidthException() protected method

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

IllegalFormatWidthException() public method

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

IllegalFormatWidthException() public method

public IllegalFormatWidthException ( int width ) : System
width int
return System

IllegalFormatWidthException() public method

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