C# Class Microsoft.Azure.Devices.Edge.Agent.Core.ConfigSources.ConfigFormatException

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

Public Methods

Method Description
ConfigFormatException ( string message ) : System
ConfigFormatException ( string message, Exception inner ) : System

Method Details

ConfigFormatException() public method

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

ConfigFormatException() public method

public ConfigFormatException ( string message, Exception inner ) : System
message string
inner Exception
return System