C# Class GameBase.Core.GlobalException

Show file Open project: dream-young-soul/soul

Public Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
InitException ( ) : void

Method Details

CurrentDomain_UnhandledException() public static method

public static CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
return void

InitException() public static method

public static InitException ( ) : void
return void