C# Class GeekLemonConference.Application.EventSourcing.Exceptions.MissingParameterLessConstructorException

Inheritance: System.Exception
Show file Open project: PanNiebieski/GeekLemonConference-CQRS-EventSourcing-CleanArchitecture-DDD-Example

Public Methods

Method Description
MissingParameterLessConstructorException ( Type type ) : System

Method Details

MissingParameterLessConstructorException() public method

public MissingParameterLessConstructorException ( Type type ) : System
type Type
return System