Show / Hide Table of Contents

Class ModCrashedException

Inheritance
System.Object
ModCrashedException
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public class ModCrashedException : Exception

Constructors

ModCrashedException(Exception, IMyModContext)

Declaration
public ModCrashedException(Exception innerException, IMyModContext modContext)
Parameters
Type Name Description
System.Exception innerException
IMyModContext modContext

Properties

ModContext

Declaration
public IMyModContext ModContext { get; }
Property Value
Type Description
IMyModContext
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾