ClassExceptionMapper<TList>
Class
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:
Implements:
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
Implements
DeleteException(object)
Declaration
cs-api-definition
public abstract void DeleteException(object exceptionItem)
Parameters
exceptionItem
Implements
SetExceptionList(object)
Declaration
cs-api-definition
public virtual void SetExceptionList(object exceptionList)
Parameters
exceptionList
Implements