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

Inheritance: Exception
Afficher le fichier Open project: avranju/iotedge-k8s

Méthodes publiques

Méthode Description
ConfigFormatException ( string message ) : System
ConfigFormatException ( string message, Exception inner ) : System

Method Details

ConfigFormatException() public méthode

public ConfigFormatException ( string message ) : System
message string
Résultat System

ConfigFormatException() public méthode

public ConfigFormatException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System