C# Class Chaos.Portal.Core.Exceptions.ModuleNotLoadedException

Inheritance: System.Exception
Show file Open project: CHAOS-Community/Portal

Public Methods

Method Description
ModuleNotLoadedException ( ) : System.Runtime.Serialization
ModuleNotLoadedException ( string message ) : System.Runtime.Serialization
ModuleNotLoadedException ( string message, System innerException ) : System.Runtime.Serialization

Protected Methods

Method Description
ModuleNotLoadedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Method Details

ModuleNotLoadedException() public method

public ModuleNotLoadedException ( ) : System.Runtime.Serialization
return System.Runtime.Serialization

ModuleNotLoadedException() protected method

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

ModuleNotLoadedException() public method

public ModuleNotLoadedException ( string message ) : System.Runtime.Serialization
message string
return System.Runtime.Serialization

ModuleNotLoadedException() public method

public ModuleNotLoadedException ( string message, System innerException ) : System.Runtime.Serialization
message string
innerException System
return System.Runtime.Serialization