System.CodeDom.Compiler.CompilerError.CompilerError C# (CSharp) Méthode

CompilerError() public méthode

public CompilerError ( ) : System
Résultat System
        public CompilerError() {
            this.line = 0;
            this.column = 0;
            this.errorNumber = string.Empty;
            this.errorText = string.Empty;
            this.fileName = string.Empty;
        }
        /// <devdoc>

Same methods

CompilerError::CompilerError ( string fileName, int line, int column, string errorNumber, string errorText ) : System