Table of Contents

Interface IErrorReport

Namespace
PushTechnology.ClientInterface.Client.Types
Assembly
Diffusion.Client.dll

An error report.

public interface IErrorReport

Properties

Column

Returns a column number at which the problem was found.

int Column { get; }

Property Value

int

The column number at which the problem was found.

Line

Returns a line number at which the problem was found.

int Line { get; }

Property Value

int

The line number at which the problem was found.

Message

Returns an error message.

string Message { get; }

Property Value

string

The error message.