Class
EnumerableExceptionMapper

Definition

Namespace:Telerik.WinControls.UI.Scheduler

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class EnumerableExceptionMapper : ExceptionMapper<IEnumerable>, IExceptionMapper

Inheritance: objectExceptionMapper<IEnumerable>EnumerableExceptionMapper

Implements: IExceptionMapper

Inherited Members ExceptionMapper<IEnumerable>.exceptionListExceptionMapper<IEnumerable>.GetExceptions()

Constructors

EnumerableExceptionMapper(ConstructorInfo)

Declaration

cs-api-definition
public EnumerableExceptionMapper(ConstructorInfo constructorInfo)

Parameters

constructorInfo

ConstructorInfo

Methods

AddException(object)

Declaration

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

Parameters

exceptionItem

object

Overrides ExceptionMapper<IEnumerable>.AddException(object)

AddNew()

Declaration

cs-api-definition
public override object AddNew()

Returns

object

Overrides ExceptionMapper<IEnumerable>.AddNew()

DeleteException(object)

Declaration

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

Parameters

exceptionItem

object

Overrides ExceptionMapper<IEnumerable>.DeleteException(object)

SetExceptionList(object)

Declaration

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

Parameters

exceptionList

object

Overrides ExceptionMapper<IEnumerable>.SetExceptionList(object)