C# Class clojure.lang.Compiler.CompilerException

Inheritance: System.Exception
Afficher le fichier Open project: clojure/clojure-clr

Méthodes publiques

Méthode 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

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

Method Details

CompilerException() public méthode

public CompilerException ( ) : System
Résultat System

CompilerException() public méthode

public CompilerException ( string message ) : System
message string
Résultat System

CompilerException() public méthode

public CompilerException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

CompilerException() public méthode

public CompilerException ( string source, int line, int column, Exception cause ) : System
source string
line int
column int
cause System.Exception
Résultat System

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string