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

Inheritance: Exception
Show file Open project: avranju/iotedge-k8s

Public Methods

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

Method Details

TwinNotFoundException() public method

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

TwinNotFoundException() public method

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