C# Class CQRSalad.EventSourcing.CommandProcessingException

Inheritance: System.ArgumentException
Datei anzeigen Open project: Ontropix/CQRSalad

Public Methods

Method Description
CommandProcessingException ( string message, Exception innerException = null ) : System

Method Details

CommandProcessingException() public method

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