Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Types.IErrorReport Interface Reference

An error report. More...

Properties

string Message [get]
 Returns an error message. More...
 
int Line [get]
 Returns a line number at which the problem was found. More...
 
int Column [get]
 Returns a column number at which the problem was found. More...
 

Detailed Description

An error report.

Property Documentation

int PushTechnology.ClientInterface.Client.Types.IErrorReport.Column
get

Returns a column number at which the problem was found.

int PushTechnology.ClientInterface.Client.Types.IErrorReport.Line
get

Returns a line number at which the problem was found.

string PushTechnology.ClientInterface.Client.Types.IErrorReport.Message
get

Returns an error message.


The documentation for this interface was generated from the following file: