C# 클래스 ImgurNet.Exceptions.InvalidAuthenticationException

상속: System.Exception
파일 보기 프로젝트 열기: 0xdeafcafe/ImgurNet

공개 메소드들

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

메소드 상세

InvalidAuthenticationException() 공개 메소드

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

InvalidAuthenticationException() 공개 메소드

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