Compartilhar via


IErrorHandler.Error(Int32,String) method

 
Microsoft Office Live Communications Server 2005 with SP1

IErrorHandler.Error

The Error method adds the specified nonfatal error message and source file line number to the list of compilation errors.

[C#]
public void Error(
Int32 lineNumber,
  String message
);

  [Visual Basic .NET]
Public Sub Error( _
  ByVal lineNumber As Int32, _
  ByVal message As String _
)
Implements IErrorHandler.Error

Parameters

  • lineNumber
    Specifies the line number in the source file at which the error occurred.
  • message
    Contains the text message indicating the nature of the error.

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.