C# Class EngageNet.Exceptions.AccountUpgradeNeededException

Inheritance: EngageNet.Exceptions.ResponseException
Show file Open project: troygoode/EngageNet

Public Methods

Method Description
AccountUpgradeNeededException ( ) : System
AccountUpgradeNeededException ( int errorCode, string message ) : System
AccountUpgradeNeededException ( int errorCode, string message, Exception inner ) : System

Method Details

AccountUpgradeNeededException() public method

public AccountUpgradeNeededException ( ) : System
return System

AccountUpgradeNeededException() public method

public AccountUpgradeNeededException ( int errorCode, string message ) : System
errorCode int
message string
return System

AccountUpgradeNeededException() public method

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