System.CodeDom.Compiler.CompilerError.CompilerError C# (CSharp) 메소드

CompilerError() 공개 메소드

public CompilerError ( ) : System
리턴 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