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

EventsNotMatchException() public method

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