Class DesignerCompilerError
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.dll
Provides data for designer compiler error.
public class DesignerCompilerError- Inheritance
- 
      
      DesignerCompilerError
Constructors
- DesignerCompilerError(string, int, int, string)
- Initializes a new instance of the - DesignerCompilerErrorclass with specified parameters.
Properties
- CharacterNumber
- Represents the number of the character where error occurred. 
- FilePath
- Represents the name of the file where error occurred. 
- LineNumber
- Represents the number of the line where error occurred. 
- Message
- Represents the text describes error. 
Methods
- ToString()
- Returns a - Stringthat represents the current- DesignerCompilerError.