Patcher.Rules.CompilerException.CompilerException C# (CSharp) 메소드

CompilerException() 공개 메소드

public CompilerException ( string message, CompilerErrorCollection errors ) : System
message string
errors System.CodeDom.Compiler.CompilerErrorCollection
리턴 System
        public CompilerException(string message, CompilerErrorCollection errors)
            : base(message)
        {
            Errors = errors;
        }
CompilerException