Enum CompilationErrorTypes
- Namespace
- Ecng.Compilation
- Assembly
- Ecng.Compilation.dll
Represents the type of a compilation error.
public enum CompilationErrorTypes
- Extension Methods
Fields
Error = 2
Represents an error message.
Info = 0
Represents an informational message.
Warning = 1
Represents a warning message.