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