C# Класс IdleLandsRedux.Common.DisallowedValueModificationException

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

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

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

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

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

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

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

public DisallowedValueModificationException ( ) : System
Результат System

DisallowedValueModificationException() защищенный Метод

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

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

public DisallowedValueModificationException ( string msg ) : System
msg string
Результат System

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

public DisallowedValueModificationException ( string msg, Exception inner ) : System
msg string
inner System.Exception
Результат System