IErrorHandler.Fatal

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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

public void Fatal(
  Int32 lineNumber,
  String message
);

Syntax

Public Sub Fatal( _
  ByVal lineNumber As Int32, _
  ByVal message As String _
)
Implements IErrorHandler.Fatal

Parameters

  • lineNumber
    Specifies the line number in the source file at which the fatal error occurred.

  • message
    Contains the text message indicating the nature of the fatal error.

Return Values

This method has no return values.

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007 R2

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

IErrorHandler