pmMDA.NET

ExceptionAction Enumeration

[This is preliminary documentation and subject to change.]

Defines when to throw paging exceptions.

public enum ExceptionAction

Members

Member Name Description
NeverThrowException No exception is ever thrown.
AlwaysThrowException The exception is thrown every time items are reloaded.
ThrowExceptionOnce The exception is thrown the first time items are reloaded and the timestamp of the owner has changed.
ThrowExceptionIfModified The exception is thrown every time items are reloaded and the paged collection was localy modified.
ThrowExceptionOnceIfModified The exception is thrown the first time items are reloaded and the timestamp of the owner has changed, but only if the paged collection was localy modified.

Requirements

Namespace: PmMda.Net.Dog.Paging

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

PmMda.Net.Dog.Paging Namespace