ExchangeExceptionEventArgs Properties
Provides data for the AppointmentExchanger.OnException event.| Name | Description |
|---|---|
| Handled | Gets or sets whether an event was handled. If it was handled, the exception is not propagated. |
| OriginalException | Provides access to a .NET exception which originated this event. |
See Also