CQRSalad.EventSourcing.Testing.Exceptions.UnexpectedEventException.UnexpectedEventException C# (CSharp) Метод

UnexpectedEventException() публичный Метод

public UnexpectedEventException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
Результат System
        public UnexpectedEventException(string message, Exception innerException = null) : base(message, innerException)
        {
        }
    }
UnexpectedEventException