C# Класс Microsoft.Azure.Devices.Edge.Agent.Core.ConfigSources.ConfigFormatException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ConfigFormatException ( string message ) : System
ConfigFormatException ( string message, Exception inner ) : System

Описание методов

ConfigFormatException() публичный Метод

public ConfigFormatException ( string message ) : System
message string
Результат System

ConfigFormatException() публичный Метод

public ConfigFormatException ( string message, Exception inner ) : System
message string
inner Exception
Результат System