CQRSalad.EventSourcing.Testing.Exceptions.AggregateTestException.AggregateTestException C# (CSharp) Method

AggregateTestException() private method

private AggregateTestException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System
        internal AggregateTestException(string message, Exception innerException = null)
            : base(message, innerException)
        {
        }
    }
AggregateTestException