IErrorHandler.SetSourceName

The SetSourceName method sets the name of the source file whose compilation produced the errors.

public void SetSourceName(
  String sourceName
);
Public Sub SetSourceName( _
  ByVal sourceName As String _
)
Implements IErrorHandler.SetSourceName

Parameters

  • sourceName
    Specifies the name of the source file.

Return Values

This method has no return values.

Requirements

Redistributable: Requires Microsoft Office Live Communications Server 2003.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

IErrorHandler