Click or drag to resize
TapiErrorEventArgs Class
Provides data for the TapiError event.
Inheritance Hierarchy

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public class TapiErrorEventArgs : TapiEventArgs

The TapiErrorEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyMessage
Gets a message that describes the error.
Public propertyTapiError
Gets the TAPI error number. Common TAPI error numbers are listed in TapiErrors enumeration.
Top
See Also