C# Class FellowshipOne.API.Exceptions.BaseException

Inheritance: System.ApplicationException
显示文件 Open project: fellowshiptech/fellowshiponeapi-csharp-wrapper

Public Methods

Method Description
BaseException ( ) : System
BaseException ( string message ) : System
BaseException ( string message, Exception inner ) : System

Method Details

BaseException() public method

public BaseException ( ) : System
return System

BaseException() public method

public BaseException ( string message ) : System
message string
return System

BaseException() public method

public BaseException ( string message, Exception inner ) : System
message string
inner System.Exception
return System