CQRSalad.EventSourcing.InvalidAggregateStateException.InvalidAggregateStateException C# (CSharp) Method

InvalidAggregateStateException() public method

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