ArcObjects Library Reference (Server)  

IServerEnvironmentXHelper.EnableCrashDumpGeneration Method

Enable crash dump files generation

[Visual Basic .NET]
Public Sub EnableCrashDumpGeneration ( _
    ByVal bEnable As Boolean _
)
[C#]
public void EnableCrashDumpGeneration (
    bool bEnable
);
[C++]
HRESULT EnableCrashDumpGeneration(
  VARIANT_BOOL bEnable
);
[C++]

Parameters

bEnable [in]   bEnable is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerEnvironmentXHelper Interface