ClassEnumerableExceptionMapper
Class
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:
Inherited Members
Constructors
EnumerableExceptionMapper(ConstructorInfo)
Declaration
cs-api-definition
public EnumerableExceptionMapper(ConstructorInfo constructorInfo)
Parameters
constructorInfo
Methods
AddException(object)
Declaration
cs-api-definition
public override void AddException(object exceptionItem)
Parameters
exceptionItem
Overrides
DeleteException(object)
Declaration
cs-api-definition
public override void DeleteException(object exceptionItem)
Parameters
exceptionItem
Overrides
SetExceptionList(object)
Declaration
cs-api-definition
public override void SetExceptionList(object exceptionList)
Parameters
exceptionList
Overrides