Table of Contents

Class ExceptionAggregator

Namespace
Prefrontal.Common
Assembly
Prefrontal.Core.dll
public sealed class ExceptionAggregator : IDisposable
Inheritance
ExceptionAggregator
Implements
Inherited Members
Extension Methods

Properties

HasErrors

public bool HasErrors { get; }

Property Value

bool

Methods

Add(Exception)

public void Add(Exception exception)

Parameters

exception Exception

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Try(Action)

public void Try(Action action)

Parameters

action Action