Table of Contents

Class ServiceExceptionEventArgs

Namespace
DevExpress.Xpo.DB
Assembly
DevExpress.Xpo.v24.1.dll
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 Exception

An 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.