Gets a value indicating whether the process failed with a core dump.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public ReadOnly Property CoreDumped As Boolean
	Get
C#
public bool CoreDumped { get; }

Field Value

True if core-dumped; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also