C# Class InfinityFiction.UI.InfinityFictionEditor.Core.Exceptions.ModuleLoaderException

Inheritance: CriticalUserLevelException
Mostrar archivo Open project: Blind-Striker/infinityfiction

Public Methods

Method Description
ModuleLoaderException ( ) : System
ModuleLoaderException ( Exception exp ) : System
ModuleLoaderException ( string exceptionMessage ) : System
ModuleLoaderException ( string exceptionMessage, Exception exp ) : System

Protected Methods

Method Description
ModuleLoaderException ( SerializationInfo serializationInfo, StreamingContext context ) : System

Method Details

ModuleLoaderException() public method

public ModuleLoaderException ( ) : System
return System

ModuleLoaderException() public method

public ModuleLoaderException ( Exception exp ) : System
exp System.Exception
return System

ModuleLoaderException() protected method

protected ModuleLoaderException ( SerializationInfo serializationInfo, StreamingContext context ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ModuleLoaderException() public method

public ModuleLoaderException ( string exceptionMessage ) : System
exceptionMessage string
return System

ModuleLoaderException() public method

public ModuleLoaderException ( string exceptionMessage, Exception exp ) : System
exceptionMessage string
exp System.Exception
return System