C# 클래스 Composable.CQRS.EventSourcing.Refactoring.Naming.CouldNotFindTypeBasedOnName

상속: System.Exception
파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic

공개 메소드들

메소드 설명
CouldNotFindTypeBasedOnName ( string typeName ) : System
CouldNotFindTypeBasedOnName ( string typeName, Exception innerException ) : System

비공개 메소드들

메소드 설명
CreateMessage ( string typeName ) : string

메소드 상세

CouldNotFindTypeBasedOnName() 공개 메소드

public CouldNotFindTypeBasedOnName ( string typeName ) : System
typeName string
리턴 System

CouldNotFindTypeBasedOnName() 공개 메소드

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