Class ServiceExceptionEventArgs
- Namespace
- DevExpress.Xpo.DB
- Assembly
- DevExpress.Xpo.v24.1.dll
Arguments, passed to the ServiceBase.GlobalServiceExceptionThrown and ServiceBase.ServiceExceptionThrown events.
public class ServiceExceptionEventArgs : EventArgs
- Inheritance
-
ServiceExceptionEventArgs
- Inherited Members
Constructors
ServiceExceptionEventArgs(Exception)
Initializes a new instance of the ServiceExceptionEventArgs class.
public ServiceExceptionEventArgs(Exception exception)
Parameters
exception
ExceptionAn exception thrown by the service.
Properties
Exception
Gets the exception thrown by the service.
public Exception Exception { get; }
Property Value
- Exception
An exception thrown by the service.