C# Class Microsoft.Azure.Devices.Edge.Hub.Core.EdgeHubConnectionException

Inheritance: IOException
ファイルを表示 Open project: avranju/iotedge-k8s

Public Methods

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

Method Details

EdgeHubConnectionException() public method

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

EdgeHubConnectionException() public method

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