New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Scheduler

Assembly:Telerik.WinControls.Scheduler.dll

Type Parameters:

TList

Syntax:

C#
public abstract class ExceptionMapper<TList> : IExceptionMapper where TList : class, IEnumerable

Inheritance: objectExceptionMapper<TList>

Derived Classes: BindingListExceptionMapperEnumerableExceptionMapperListExceptionMapper

Implements: IExceptionMapper

Constructors

C#
protected ExceptionMapper()

Fields

C#
protected TList exceptionList

Methods

C#
public virtual void AddException(object exceptionItem)
Parameters:exceptionItemobject

Implements: IExceptionMapper.AddException(object)

C#
public abstract object AddNew()
Returns:

object

Implements: IExceptionMapper.AddNew()

C#
public abstract void DeleteException(object exceptionItem)
Parameters:exceptionItemobject

Implements: IExceptionMapper.DeleteException(object)

C#
public IEnumerable GetExceptions()
Returns:

IEnumerable

Implements: IExceptionMapper.GetExceptions()

C#
public virtual void SetExceptionList(object exceptionList)
Parameters:exceptionListobject

Implements: IExceptionMapper.SetExceptionList(object)