C# Class TJ.CQRS.Exceptions.UnregisteredCommandException

Inheritance: System.Exception
Mostrar archivo Open project: mastoj/TJ.CQRS

Public Methods

Method Description
UnregisteredCommandException ( ) : System
UnregisteredCommandException ( string message ) : System

Method Details

UnregisteredCommandException() public method

public UnregisteredCommandException ( ) : System
return System

UnregisteredCommandException() public method

public UnregisteredCommandException ( string message ) : System
message string
return System