Skip to main content
A newer version of this page is available. .

AppointmentStorageBase.RaiseLoadException(Exception) Method

Calls the handler for the AppointmentStorageBase.LoadException event.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public virtual bool RaiseLoadException(
    Exception exception
)

Parameters

Name Type Description
exception Exception

An Exception object that is the exception passed to the AppointmentStorageBase.LoadException event handler.

Returns

Type Description
Boolean

True if the event is handled; otherwise, false.

See Also