Table of Contents

Class MultiErrorException

Namespace
OneImlx.Shared.Infrastructure
Assembly
OneImlx.Shared.dll

The exception that represents multiple errors.

public class MultiErrorException : Exception, ISerializable
Inheritance
MultiErrorException
Implements
Inherited Members

Constructors

MultiErrorException()

Initializes a new instance.

public MultiErrorException()

MultiErrorException(Error[], string)

Initialize a new instance with the specified errors and an exception message.

public MultiErrorException(Error[] errors, string message)

Parameters

errors Error[]

The errors.

message string

The consolidated exception message.

MultiErrorException(IEnumerable<Error>)

Initialize a new instance with the specified errors.

public MultiErrorException(IEnumerable<Error> errors)

Parameters

errors IEnumerable<Error>

The errors.

Properties

Errors

The errors in this exception.

public IEnumerable<Error> Errors { get; }

Property Value

IEnumerable<Error>