Method
ToListOrException
static func ToListOrException<T>(self: IEnumerable<T>) -> Result<List<T>, Exception>
Type: EnumerableOption<T>
Namespace: System.Linq
Assembly: Raven.Core.dll
Source file: LinqExtensions.rvn
Materializes the sequence as a list and captures any exception as an error.