C# Class clojure.lang.IllegalFormatFlagsException

Inheritance: System.ArgumentException
Datei anzeigen Open project: richhickey/clojure-clr

Public Methods

Method Description
IllegalFormatFlagsException ( ) : System
IllegalFormatFlagsException ( String message, Exception innerException ) : System
IllegalFormatFlagsException ( string message ) : System

Protected Methods

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

Method Details

IllegalFormatFlagsException() public method

public IllegalFormatFlagsException ( ) : System
return System

IllegalFormatFlagsException() protected method

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

IllegalFormatFlagsException() public method

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

IllegalFormatFlagsException() public method

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