Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Schumix
Framework
CrashDumper
C# Class Schumix.Framework.CrashDumper
Used to create crash dumps which are very useful for investigation of problems.
Show file
Open project: Schumix/Schumix2
Public Methods
Method
Description
CreateCrashDump
(
object
Object
) :
void
Creates the crash dump.
Private Methods
Method
Description
CrashDumper
( ) :
System
Method Details
CreateCrashDump()
public
method
Creates the crash dump.
public
CreateCrashDump
(
object
Object
) :
void
Object
object
return
void