CompilerError::Column Property

 

Gets or sets the column number where the source of the error occurs.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
property int Column {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The column number of the source file where the compiler encountered the error.

The Column property can be set to zero for compilers that do not return column information.

.NET Framework
Available since 1.1
Return to top
Show: