Enumeration listing the identifier code for the exception that can be thrown by form designer component.
[Visual Basic] Public Enum FormDesignerErrorConst [C#] public enum FormDesignerErrorConst [C++] public __value enum FormDesignerErrorConst [JScript] public enum FormDesignerErrorConst
| Member Name | Description |
|---|---|
| MissingAssemblyReference | Error constant indicating that specified assembly could not be found in referenced assemblies. |
| InvalidToolType | Specified Type does not represent a valid form designer tool. |
Namespace: Viklele.Win.Designer
Assembly: Viklele.Win.FormDesigner (in Viklele.Win.FormDesigner.dll)
Viklele.Win.Designer Namespace