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