Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
UnhandledExceptionInfo.cs
浏览该文件的文档.
1
namespace
Engine
{
2
public
class
UnhandledExceptionInfo
{
3
public
readonly
Exception
Exception
;
4
5
public
bool
IsHandled
;
6
7
public
UnhandledExceptionInfo
(
Exception
e) =>
Exception
= e;
8
}
9
}
Engine.UnhandledExceptionInfo.Exception
readonly Exception Exception
定义
UnhandledExceptionInfo.cs:3
Engine.UnhandledExceptionInfo.UnhandledExceptionInfo
UnhandledExceptionInfo(Exception e)
定义
UnhandledExceptionInfo.cs:7
Engine.UnhandledExceptionInfo.IsHandled
bool IsHandled
定义
UnhandledExceptionInfo.cs:5
Engine
定义
BaseSound.cs:10
SurvivalcraftApi 1.8.2.3
Engine
Engine
UnhandledExceptionInfo.cs
制作者
1.16.1