Afficher en anglais

Partage via


ErrorLevel Énumération

Définition

Attention

The recommended alternative is Microsoft.CSharp.CSharpCodeProvider and System.CodeDom.Compiler.ICodeCompiler. The CSharpCodeProvider and CodeDom ICodeCompiler provide a much richer set of functionality for specifying how to launch the compiler.

Spécifie la gravité d’un diagnostic du compilateur.

C#
public enum ErrorLevel
C#
[System.Obsolete("The recommended alternative is Microsoft.CSharp.CSharpCodeProvider and System.CodeDom.Compiler.ICodeCompiler.  The CSharpCodeProvider and CodeDom ICodeCompiler provide a much richer set of functionality for specifying how to launch the compiler.")]
public enum ErrorLevel
Héritage
ErrorLevel
Attributs

Champs

Nom Valeur Description
Error 2

Diagnostic d’une erreur.

FatalError 3

Diagnostic d’une erreur qui n’est pas continuelle.

None 0

Gravité inconnue.

Warning 1

Avertissement ou diagnostic suggéré.

S’applique à

Produit Versions (Obsolète)
.NET Framework 1.1 (2.0, 3.0, 3.5)