Class UnableToQueryProjection
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Exception that gets thrown when a projection query fails.
public class UnableToQueryProjection : Exception, ISerializable
- Inheritance
-
UnableToQueryProjection
- Implements
- Inherited Members
Remarks
Initializes a new instance of the UnableToQueryProjection class.
Constructors
UnableToQueryProjection(IEnumerable<string>)
Exception that gets thrown when a projection query fails.
public UnableToQueryProjection(IEnumerable<string> errors)
Parameters
errorsIEnumerable<string>The collection of error messages describing why the query failed.
Remarks
Initializes a new instance of the UnableToQueryProjection class.