Initializes a new instance of CompilerError using the specified filename, line, column, error number and error text.
[Visual Basic] Overloads Public Sub New( _ ByVal fileName As String, _ ByVal line As Integer, _ ByVal column As Integer, _ ByVal errorNumber As String, _ ByVal errorText As String _ ) [C#] public CompilerError( string fileName, int line, int column, string errorNumber, string errorText ); [C++] public: CompilerError( String* fileName, int line, int column, String* errorNumber, String* errorText ); [JScript] public function CompilerError( fileName : String, line : int, column : int, errorNumber : String, errorText : String );
CompilerError Class | CompilerError Members | System.CodeDOM.Compiler Namespace | CompilerError Constructor Overload List