C# Class IdleLandsRedux.Common.DisallowedValueModificationException

Inheritance: System.Exception
Mostrar archivo Open project: IdleLands/IdleLandsRedux

Public Methods

Method Description
DisallowedValueModificationException ( ) : System
DisallowedValueModificationException ( string msg ) : System
DisallowedValueModificationException ( string msg, Exception inner ) : System

Protected Methods

Method Description
DisallowedValueModificationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

DisallowedValueModificationException() public method

public DisallowedValueModificationException ( ) : System
return System

DisallowedValueModificationException() protected method

protected DisallowedValueModificationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

DisallowedValueModificationException() public method

public DisallowedValueModificationException ( string msg ) : System
msg string
return System

DisallowedValueModificationException() public method

public DisallowedValueModificationException ( string msg, Exception inner ) : System
msg string
inner System.Exception
return System