Class DesignerCompilerError
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.dll
Provides data for designer compiler error.
public class DesignerCompilerError
- Inheritance
-
DesignerCompilerError
Constructors
- DesignerCompilerError(string, int, int, string)
Initializes a new instance of the
DesignerCompilerError
class 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
String
that represents the currentDesignerCompilerError
.