My Project v1
Project
载入中...
搜索中...
未找到
Game.ExceptionManager

静态 Public 成员函数

static void ReportExceptionToUser (string additionalMessage, Exception e)
 
static void DrawExceptionScreen ()
 
static void UpdateExceptionScreen ()
 
static string MakeFullErrorMessage (Exception e)
 
static string MakeFullErrorMessage (string additionalMessage, Exception e)
 
static bool CheckContinueKey ()
 

静态 Public 属性

static Exception m_error
 

属性

static Exception Error [get]
 

成员函数说明

◆ CheckContinueKey()

static bool Game.ExceptionManager.CheckContinueKey ( )
static

◆ DrawExceptionScreen()

static void Game.ExceptionManager.DrawExceptionScreen ( )
static
这是这个函数的调用关系图:

◆ MakeFullErrorMessage() [1/2]

static string Game.ExceptionManager.MakeFullErrorMessage ( Exception e)
static
函数调用图:
这是这个函数的调用关系图:

◆ MakeFullErrorMessage() [2/2]

static string Game.ExceptionManager.MakeFullErrorMessage ( string additionalMessage,
Exception e )
static

◆ ReportExceptionToUser()

static void Game.ExceptionManager.ReportExceptionToUser ( string additionalMessage,
Exception e )
static
函数调用图:
这是这个函数的调用关系图:

◆ UpdateExceptionScreen()

static void Game.ExceptionManager.UpdateExceptionScreen ( )
static
这是这个函数的调用关系图:

类成员变量说明

◆ m_error

Exception Game.ExceptionManager.m_error
static

属性说明

◆ Error

Exception Game.ExceptionManager.Error
staticget

该类的文档由以下文件生成: