CompilerError::ErrorNumber Property

 

Gets or sets the error number.

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

public:
property String^ ErrorNumber {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The error number as a string.

The ErrorNumber property can contain a string of any length.

.NET Framework
Available since 1.1
Return to top
Show: