C# 클래스 Castle.ManagementExtensions.CompilationException

상속: System.Exception
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
CompilationException ( ) : System
CompilationException ( CompilerErrorCollection coll ) : System
CompilationException ( System info, System context ) : System

메소드 상세

CompilationException() 공개 메소드

public CompilationException ( ) : System
리턴 System

CompilationException() 공개 메소드

public CompilationException ( CompilerErrorCollection coll ) : System
coll System.CodeDom.Compiler.CompilerErrorCollection
리턴 System

CompilationException() 공개 메소드

public CompilationException ( System info, System context ) : System
info System
context System
리턴 System