C# Class Joshilewis.Cqrs.Exceptions.NotAuthorizedException

Inheritance: System.Exception
Datei anzeigen Open project: joshilewis/lending

Public Methods

Method Description
NotAuthorizedException ( System.Guid userId, System.Guid aggregateId, Type aggregateType ) : System

Method Details

NotAuthorizedException() public method

public NotAuthorizedException ( System.Guid userId, System.Guid aggregateId, Type aggregateType ) : System
userId System.Guid
aggregateId System.Guid
aggregateType System.Type
return System