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

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

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

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

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

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

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

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

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

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

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

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

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

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

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