Table of Contents

Class DesignerLoadingErrorEventArgs

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

Provides data for the LoadingErrorOccured handler.

public class DesignerLoadingErrorEventArgs : EventArgs
Inheritance
DesignerLoadingErrorEventArgs

Constructors

DesignerLoadingErrorEventArgs(IEnumerable<DesignerCompilerError>)

Initializes a new instance of the DesignerLoadingErrorEventArgs class with specified errors.

DesignerLoadingErrorEventArgs(string)

Initializes a new instance of the DesignerLoadingErrorEventArgs class with specified error message.

Properties

Errors

Represents list of the DesignerCompilerError occurred during designer's content loading.

Message

Represents text describes error occurred during designer's content loading.