minetest_x_bows/bin/lua-language-server-3.5.6-l.../meta/default utf8/System.Runtime.ExceptionSer...
2022-11-03 11:37:33 -04:00

31 lines
1.0 KiB
Lua

---@meta
---@source mscorlib.dll
---@class System.Runtime.ExceptionServices.ExceptionDispatchInfo: object
---@source mscorlib.dll
---@field SourceException System.Exception
---@source mscorlib.dll
CS.System.Runtime.ExceptionServices.ExceptionDispatchInfo = {}
---@source mscorlib.dll
---@param source System.Exception
---@return ExceptionDispatchInfo
function CS.System.Runtime.ExceptionServices.ExceptionDispatchInfo:Capture(source) end
---@source mscorlib.dll
function CS.System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() end
---@source mscorlib.dll
---@class System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs: System.EventArgs
---@source mscorlib.dll
---@field Exception System.Exception
---@source mscorlib.dll
CS.System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs = {}
---@source mscorlib.dll
---@class System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute: System.Attribute
---@source mscorlib.dll
CS.System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute = {}