Class ExceptionMapper<TList>
Inheritance
System.Object
ExceptionMapper<TList>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Scheduler
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public abstract class ExceptionMapper<TList> : IExceptionMapper where TList : class, IEnumerable
Type Parameters
TList
|
Constructors
ExceptionMapper()
Declaration
protected ExceptionMapper()
Fields
exceptionList
Declaration
protected TList exceptionList
Field Value
TList
|
Methods
AddException(Object)
Declaration
public virtual void AddException(object exceptionItem)
Parameters
System.Object
exceptionItem
|
Implements
AddNew()
Declaration
public abstract object AddNew()
Returns
System.Object
|
Implements
DeleteException(Object)
Declaration
public abstract void DeleteException(object exceptionItem)
Parameters
System.Object
exceptionItem
|
Implements
GetExceptions()
Declaration
public IEnumerable GetExceptions()
Returns
System.Collections.IEnumerable
|
Implements
SetExceptionList(Object)
Declaration
public virtual void SetExceptionList(object exceptionList)
Parameters
System.Object
exceptionList
|