C# Class RemObjects.InternetPack.CommandBased.CmdResponseException

Inheritance: System.Exception
Mostra file Open project: remobjects/internetpack

Public Methods

Method Description
CmdResponseException ( String error, Int32 responseCode, String responseText ) : System

Method Details

CmdResponseException() public method

public CmdResponseException ( String error, Int32 responseCode, String responseText ) : System
error String
responseCode System.Int32
responseText String
return System