C# Class clojure.lang.Compiler.CompilerException

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

Public Methods

Method Description
CompilerException ( ) : System
CompilerException ( string message ) : System
CompilerException ( string message, Exception innerException ) : System
CompilerException ( string source, int line, int column, Exception cause ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ToString ( ) : string

Private Methods

Method Description
CompilerException ( SerializationInfo info, StreamingContext context ) : System
ErrorMsg ( string source, int line, int column, string s ) : string

Method Details

CompilerException() public method

public CompilerException ( ) : System
return System

CompilerException() public method

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

CompilerException() public method

public CompilerException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

CompilerException() public method

public CompilerException ( string source, int line, int column, Exception cause ) : System
source string
line int
column int
cause System.Exception
return System

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

ToString() public method

public ToString ( ) : string
return string