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