CQRSalad.EventSourcing.CommandProcessingException.CommandProcessingException C# (CSharp) 메소드

CommandProcessingException() 공개 메소드

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