Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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