Share via


IErrorHandler.SetSourceName(String) method

 
Microsoft Office Live Communications Server 2005 with SP1

IErrorHandler.SetSourceName

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

[C#]public void SetSourceName(StringsourceName);
[Visual Basic .NET]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 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

IErrorHandler

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.