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

UnexpectedEventException() public method

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