C# Класс System.Configuration.SettingsPropertyNotFoundException

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

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

Метод Описание
SettingsPropertyNotFoundException ( ) : System.Collections.Specialized
SettingsPropertyNotFoundException ( String message ) : System.Collections.Specialized
SettingsPropertyNotFoundException ( String message, Exception innerException ) : System.Collections.Specialized

Защищенные методы

Метод Описание
SettingsPropertyNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized

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

SettingsPropertyNotFoundException() публичный метод

public SettingsPropertyNotFoundException ( ) : System.Collections.Specialized
Результат System.Collections.Specialized

SettingsPropertyNotFoundException() защищенный метод

protected SettingsPropertyNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System.Collections.Specialized

SettingsPropertyNotFoundException() публичный метод

public SettingsPropertyNotFoundException ( String message ) : System.Collections.Specialized
message String
Результат System.Collections.Specialized

SettingsPropertyNotFoundException() публичный метод

public SettingsPropertyNotFoundException ( String message, Exception innerException ) : System.Collections.Specialized
message String
innerException System.Exception
Результат System.Collections.Specialized