Class
ExceptionMapper<TList>

Definition

Namespace:Telerik.WinControls.UI.Scheduler

Assembly:Telerik.WinControls.Scheduler.dll

Type Parameters:

TList

Syntax:

cs-api-definition
public abstract class ExceptionMapper<TList> : IExceptionMapper where TList : class, IEnumerable

Inheritance: objectExceptionMapper<TList>

Derived Classes: BindingListExceptionMapperEnumerableExceptionMapperListExceptionMapper

Implements: IExceptionMapper

Constructors

ExceptionMapper()

Declaration

cs-api-definition
protected ExceptionMapper()

Fields

exceptionList

Declaration

cs-api-definition
protected TList exceptionList

Field Value

TList

Methods

AddException(object)

Declaration

cs-api-definition
public virtual void AddException(object exceptionItem)

Parameters

exceptionItem

object

Implements IExceptionMapper.AddException(object)

AddNew()

Declaration

cs-api-definition
public abstract object AddNew()

Returns

object

Implements IExceptionMapper.AddNew()

DeleteException(object)

Declaration

cs-api-definition
public abstract void DeleteException(object exceptionItem)

Parameters

exceptionItem

object

Implements IExceptionMapper.DeleteException(object)

GetExceptions()

Declaration

cs-api-definition
public IEnumerable GetExceptions()

Returns

IEnumerable

Implements IExceptionMapper.GetExceptions()

SetExceptionList(object)

Declaration

cs-api-definition
public virtual void SetExceptionList(object exceptionList)

Parameters

exceptionList

object

Implements IExceptionMapper.SetExceptionList(object)