C# 클래스 Festispec.Models.Exception.NotAuthorizedException

상속: System.Exception
파일 보기 프로젝트 열기: martijnmelchers/avans-festispec

공개 메소드들

메소드 설명
NotAuthorizedException ( )
NotAuthorizedException ( string message )
NotAuthorizedException ( string message, System.Exception innerException )

메소드 상세

NotAuthorizedException() 공개 메소드

NotAuthorizedException() 공개 메소드

public NotAuthorizedException ( string message )
message string

NotAuthorizedException() 공개 메소드

public NotAuthorizedException ( string message, System.Exception innerException )
message string
innerException System.Exception