Constructor DesignerLoadingErrorEventArgs
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.dll
DesignerLoadingErrorEventArgs(IEnumerable<DesignerCompilerError>)
Initializes a new instance of the DesignerLoadingErrorEventArgs class with specified errors.
public DesignerLoadingErrorEventArgs(IEnumerable<DesignerCompilerError> errors)
Parameters
errorsIEnumerable<DesignerCompilerError>List of the
DesignerCompilerError.
DesignerLoadingErrorEventArgs(string)
Initializes a new instance of the DesignerLoadingErrorEventArgs class with specified error message.
public DesignerLoadingErrorEventArgs(string message)
Parameters
messagestringText describes error.