C# 클래스 IronRuby.StandardLibrary.Iconv.Iconv.OutOfRange

상속: IronRuby.Builtins.RuntimeError
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
OutOfRange ( ) : System
OutOfRange ( string message ) : System
OutOfRange ( string message, Exception inner ) : System

보호된 메소드들

메소드 설명
OutOfRange ( System info, System context ) : System

비공개 메소드들

메소드 설명
Factory ( RubyClass self, object arg1, object arg2, object arg3 ) : OutOfRange

메소드 상세

OutOfRange() 공개 메소드

public OutOfRange ( ) : System
리턴 System

OutOfRange() 보호된 메소드

protected OutOfRange ( System info, System context ) : System
info System
context System
리턴 System

OutOfRange() 공개 메소드

public OutOfRange ( string message ) : System
message string
리턴 System

OutOfRange() 공개 메소드

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