Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
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]

详细描述

在文件 ExceptionManager.cs5 行定义.

成员函数说明

◆ CheckContinueKey()

bool Game.ExceptionManager.CheckContinueKey ( )
static

在文件 ExceptionManager.cs32 行定义.

函数调用图:

◆ DrawExceptionScreen()

void Game.ExceptionManager.DrawExceptionScreen ( )
static

在文件 ExceptionManager.cs15 行定义.

这是这个函数的调用关系图:

◆ MakeFullErrorMessage() [1/2]

string Game.ExceptionManager.MakeFullErrorMessage ( Exception e)
static

在文件 ExceptionManager.cs19 行定义.

这是这个函数的调用关系图:

◆ MakeFullErrorMessage() [2/2]

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

在文件 ExceptionManager.cs21 行定义.

◆ ReportExceptionToUser()

void Game.ExceptionManager.ReportExceptionToUser ( string additionalMessage,
Exception e )
static

在文件 ExceptionManager.cs10 行定义.

函数调用图:
这是这个函数的调用关系图:

◆ UpdateExceptionScreen()

void Game.ExceptionManager.UpdateExceptionScreen ( )
static

在文件 ExceptionManager.cs17 行定义.

这是这个函数的调用关系图:

类成员变量说明

◆ m_error

Exception Game.ExceptionManager.m_error
static

在文件 ExceptionManager.cs6 行定义.

属性说明

◆ Error

Exception Game.ExceptionManager.Error
staticget

在文件 ExceptionManager.cs8 行定义.


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