C# Class clojure.lang.LispReader.ReaderException

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

Public Methods

Method Description
ReaderException ( ) : System
ReaderException ( int line, int column, Exception e ) : System
ReaderException ( string msg ) : System
ReaderException ( string msg, Exception innerException ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ReaderException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ReaderException() public method

public ReaderException ( ) : System
return System

ReaderException() public method

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

ReaderException() public method

public ReaderException ( string msg ) : System
msg string
return System

ReaderException() public method

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