Click or drag to resize

MessagingFailureEventArgs Class

EventArgs used to inform about particular error.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesMessagingFailureEventArgs

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

The MessagingFailureEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
Error type.
Public propertyProtocolErrorCode
Error code protocol.
Public propertyProviderErrorDisplayMessage
Non-localized message to display given by provider.
Public propertyProviderErrorReason
Non-localized message with error provided by provider.
Top
Methods
  NameDescription
Public methodToString
Helper method for creating string from all given error data.
(Overrides ObjectToString.)
Top
See Also