C# 클래스 clojure.lang.EdnReader.ReaderException

상속: System.Exception
파일 보기 프로젝트 열기: clojure/clojure-clr

공개 메소드들

메소드 설명
ReaderException ( ) : System
ReaderException ( int line, int column, Exception e ) : System
ReaderException ( string msg ) : System
ReaderException ( string msg, Exception innerException ) : System

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ReaderException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

ReaderException() 공개 메소드

public ReaderException ( ) : System
리턴 System

ReaderException() 공개 메소드

public ReaderException ( int line, int column, Exception e ) : System
line int
column int
e System.Exception
리턴 System

ReaderException() 공개 메소드

public ReaderException ( string msg ) : System
msg string
리턴 System

ReaderException() 공개 메소드

public ReaderException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
리턴 System