C# Class FloatingQueue.Common.ConnectionErrorException

Inheritance: System.Exception
显示文件 Open project: eleks/FloatingQueuePoC

Public Methods

Method Description
ConnectionErrorException ( ) : System
ConnectionErrorException ( Exception innerException ) : System

Method Details

ConnectionErrorException() public method

public ConnectionErrorException ( ) : System
return System

ConnectionErrorException() public method

public ConnectionErrorException ( Exception innerException ) : System
innerException System.Exception
return System