C# Class Rabbitr.Exceptions.HandlerException

Inheritance: Exception
显示文件 Open project: urbanmassage/rabbitr.net

Public Methods

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

Method Details

HandlerException() public method

public HandlerException ( ) : System
return System

HandlerException() public method

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

HandlerException() public method

public HandlerException ( string message, Exception innerException ) : System
message string
innerException Exception
return System