ErrorLevel Enumeración

Definición

Precaución

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 la gravedad del diagnóstico de un compilador.

public enum class ErrorLevel
public enum ErrorLevel
[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
type ErrorLevel = 
[<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.")>]
type ErrorLevel = 
Public Enum ErrorLevel
Herencia
ErrorLevel
Atributos

Campos

Error 2

Un diagnóstico de errores.

FatalError 3

Un diagnóstico de errores que no deja continuar.

None 0

Una gravedad desconocida.

Warning 1

Un diagnóstico de advertencia o de sugerencia.

Se aplica a