C# 클래스 EngageNet.Exceptions.AccountUpgradeNeededException

상속: EngageNet.Exceptions.ResponseException
파일 보기 프로젝트 열기: troygoode/EngageNet

공개 메소드들

메소드 설명
AccountUpgradeNeededException ( ) : System
AccountUpgradeNeededException ( int errorCode, string message ) : System
AccountUpgradeNeededException ( int errorCode, string message, Exception inner ) : System

메소드 상세

AccountUpgradeNeededException() 공개 메소드

public AccountUpgradeNeededException ( ) : System
리턴 System

AccountUpgradeNeededException() 공개 메소드

public AccountUpgradeNeededException ( int errorCode, string message ) : System
errorCode int
message string
리턴 System

AccountUpgradeNeededException() 공개 메소드

public AccountUpgradeNeededException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
리턴 System