Table of Contents

Constructor DesignerCompilerError

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

DesignerCompilerError(string, int, int, string)

Initializes a new instance of the DesignerCompilerError class with specified parameters.

public DesignerCompilerError(string filePath, int lineNumber, int characterNumber, string message)

Parameters

filePath string

The name of the file where error occurred.

lineNumber int

The number of the line where error occurred.

characterNumber int

The number of the character where error occurred.

message string

Text describes error.