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

CommandProcessingException() public method

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