Patcher.Rules.CompilerException.CompilerException C# (CSharp) Méthode

CompilerException() public méthode

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