C# Class CQRSalad.EventSourcing.InvalidAggregateStateException

Inheritance: System.ApplicationException
Show file Open project: Ontropix/CQRSalad

Public Methods

Method Description
InvalidAggregateStateException ( string message, Exception innerException = null ) : System

Method Details

InvalidAggregateStateException() public method

public InvalidAggregateStateException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System