Mono.Unix.Native.Stdlib.abort Method
Cause abnormal program termination.

Syntax

public static void abort ()

Remarks

The abort() function causes abnormal program termination to occur, unless the signal Signum.SIGABRT is being caught and the signal handler does not return.

Any open streams are flushed and closed.

The abort() function never returns.

Requirements

Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0