C# Class Castle.ManagementExtensions.CompilationException

Inheritance: System.Exception
ファイルを表示 Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
CompilationException ( ) : System
CompilationException ( CompilerErrorCollection coll ) : System
CompilationException ( System info, System context ) : System

Method Details

CompilationException() public method

public CompilationException ( ) : System
return System

CompilationException() public method

public CompilationException ( CompilerErrorCollection coll ) : System
coll System.CodeDom.Compiler.CompilerErrorCollection
return System

CompilationException() public method

public CompilationException ( System info, System context ) : System
info System
context System
return System