IErrorHandler.Fatal
The Fatal method throws an ApplicationException when a fatal error is encountered during compilation, and returns the line number as well as an appropriate error message.
Syntax
Copy Code | |
---|---|
public void Fatal( Int32 lineNumber, String message ); |
Syntax
Copy Code | |
---|---|
Public Sub Fatal( _ ByVal lineNumber As Int32, _ ByVal message As String _ ) Implements IErrorHandler.Fatal |
Parameters
Return Values
This method has no return values.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)