C# Class IronRuby.StandardLibrary.Iconv.Iconv.OutOfRange

Inheritance: IronRuby.Builtins.RuntimeError
Show file Open project: jschementi/iron

Public Methods

Method Description
OutOfRange ( ) : System
OutOfRange ( string message ) : System
OutOfRange ( string message, Exception inner ) : System

Protected Methods

Method Description
OutOfRange ( System info, System context ) : System

Private Methods

Method Description
Factory ( RubyClass self, object arg1, object arg2, object arg3 ) : OutOfRange

Method Details

OutOfRange() public method

public OutOfRange ( ) : System
return System

OutOfRange() protected method

protected OutOfRange ( System info, System context ) : System
info System
context System
return System

OutOfRange() public method

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

OutOfRange() public method

public OutOfRange ( string message, Exception inner ) : System
message string
inner System.Exception
return System