ServerExceptionThrownEventArgs Constructors
Provides data for an object’s XPServerCollectionSource.ServerExceptionThrown event.| Name | Parameters | Description |
|---|---|---|
| ServerExceptionThrownEventArgs(Exception, ServerExceptionThrownAction) | exception, action | Initialize a new instance of the ServerExceptionThrownEventArgs class with a specified exception and value indicating how the exception is to be handled. |
| ServerExceptionThrownEventArgs(Exception) | exception | Initialize a new instance of the ServerExceptionThrownEventArgs class with a specified exception. |
See Also