IErrorHandler
The IErrorHandler interface defines a set of methods for reporting compilation errors.
Methods
The IErrorHandler interface defines the following methods.
Method |
Description |
Error(Int32, String) |
Adds the specified nonfatal error message and source file line number to the list of compilation errors. |
Fatal(Int32, String) |
Throws an ApplicationException when a fatal error is encountered during compilation, and returns the line number as well as an appropriate error message. |
SetSourceName(String) |
Sets the name of the source file whose compilation produced the errors. |
Properties
The IErrorHandler interface has the following properties.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)