C# 클래스 RIAPP.DataService.Core.Exceptions.AccessDeniedException

상속: RIAPP.DataService.Core.Exceptions.DomainServiceException
파일 보기 프로젝트 열기: BBGONE/JRIApp

공개 메소드들

메소드 설명
AccessDeniedException ( ) : System
AccessDeniedException ( string message ) : System
AccessDeniedException ( string message, Exception innerException ) : System

메소드 상세

AccessDeniedException() 공개 메소드

public AccessDeniedException ( ) : System
리턴 System

AccessDeniedException() 공개 메소드

public AccessDeniedException ( string message ) : System
message string
리턴 System

AccessDeniedException() 공개 메소드

public AccessDeniedException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System