C# Class Composable.CQRS.EventSourcing.Refactoring.Naming.CouldNotFindTypeBasedOnName

Inheritance: System.Exception
Show file Open project: mlidbom/Composable.Monolithic

Public Methods

Method Description
CouldNotFindTypeBasedOnName ( string typeName ) : System
CouldNotFindTypeBasedOnName ( string typeName, Exception innerException ) : System

Private Methods

Method Description
CreateMessage ( string typeName ) : string

Method Details

CouldNotFindTypeBasedOnName() public method

public CouldNotFindTypeBasedOnName ( string typeName ) : System
typeName string
return System

CouldNotFindTypeBasedOnName() public method

public CouldNotFindTypeBasedOnName ( string typeName, Exception innerException ) : System
typeName string
innerException System.Exception
return System