C# 클래스 Joshilewis.Cqrs.Exceptions.NotAuthorizedException

상속: System.Exception
파일 보기 프로젝트 열기: joshilewis/lending

공개 메소드들

메소드 설명
NotAuthorizedException ( System.Guid userId, System.Guid aggregateId, Type aggregateType ) : System

메소드 상세

NotAuthorizedException() 공개 메소드

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