Click or drag to resize
ExchangeServiceErrorEventArgs Class
Represents error details for ExchangeService operations.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesExchangeServiceErrorEventArgs

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public class ExchangeServiceErrorEventArgs : EventArgs

The ExchangeServiceErrorEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
Gets the error code for the ExchangeService operation.
Top
See Also