Ler em inglês

Compartilhar via


ErrorLevel Enumeração

Definição

Cuidado

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.

Especifica a gravidade de um diagnóstico de compilador.

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
Herança
ErrorLevel
Atributos

Campos

Nome Valor Description
Error 2

Um diagnóstico de erro.

FatalError 3

Um diagnóstico de erro não continuável.

None 0

Uma gravidade desconhecida.

Warning 1

Um diagnóstico de aviso ou de sugestão.

Aplica-se a

Produto Versões (Obsoleto)
.NET Framework 1.1 (2.0, 3.0, 3.5)