C# Class Rest4Net.Exceptions.Rest4NetException

Inheritance: System.Exception
Show file Open project: acropolium/Rest4Net

Public Methods

Method Description
Rest4NetException ( string message, Exception innerException ) : System

Method Details

Rest4NetException() public method

public Rest4NetException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System