CompilerError.ErrorNumber Field

Definition

Specifies the diagnostic number.

public: int ErrorNumber;
public int ErrorNumber;
val mutable ErrorNumber : int
Public ErrorNumber As Integer 

Field Value

Remarks

For the list of errors and waning numbers returned by the compiler, see C# Compiler Errors and Warnings.

Applies to