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