C# Class Steeltoe.CloudFoundry.Connector.ConnectorException

Inheritance: Exception
Show file Open project: SteeltoeOSS/Connectors

Public Methods

Method Description
ConnectorException ( string message ) : System
ConnectorException ( string message, Exception nested ) : System

Method Details

ConnectorException() public method

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

ConnectorException() public method

public ConnectorException ( string message, Exception nested ) : System
message string
nested Exception
return System