C# Class IdleLandsRedux.Common.DisallowedValueModificationException

Inheritance: System.Exception
Afficher le fichier Open project: IdleLands/IdleLandsRedux

Méthodes publiques

Méthode Description
DisallowedValueModificationException ( ) : System
DisallowedValueModificationException ( string msg ) : System
DisallowedValueModificationException ( string msg, Exception inner ) : System

Méthodes protégées

Méthode Description
DisallowedValueModificationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

DisallowedValueModificationException() public méthode

public DisallowedValueModificationException ( ) : System
Résultat System

DisallowedValueModificationException() protected méthode

protected DisallowedValueModificationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

DisallowedValueModificationException() public méthode

public DisallowedValueModificationException ( string msg ) : System
msg string
Résultat System

DisallowedValueModificationException() public méthode

public DisallowedValueModificationException ( string msg, Exception inner ) : System
msg string
inner System.Exception
Résultat System