Table of Contents

Class ResultWithExceptionList<T>

Namespace
SunamoResult
Assembly
SunamoResult.dll

Collection of ResultWithException<T> results, providing aggregate error checking.

public class ResultWithExceptionList<T> : List<ResultWithException<T>>, IList<ResultWithException<T>>, ICollection<ResultWithException<T>>, IReadOnlyList<ResultWithException<T>>, IReadOnlyCollection<ResultWithException<T>>, IEnumerable<ResultWithException<T>>, IList, ICollection, IEnumerable

Type Parameters

T

The type of the result data in each element.

Inheritance
ResultWithExceptionList<T>
Implements
Inherited Members
Extension Methods

Properties

HasAnyError

Gets a value indicating whether any result in the collection has an exception. All errors must be logged exactly where they occur; this property only indicates that data is incomplete.

public bool HasAnyError { get; }

Property Value

bool