Constructor DesignerLoadingCompilerErrorsException
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.dll
DesignerLoadingCompilerErrorsException(IEnumerable<DesignerCompilerError>)
Initializes a new instance of the DesignerLoadingCompilerErrorsException
class with specified errors.
public DesignerLoadingCompilerErrorsException(IEnumerable<DesignerCompilerError> errors)
Parameters
errors
IEnumerable<DesignerCompilerError>List of the
DesignerCompilerError
.