FatalExceptionEventArgs public sealed class FatalExceptionEventArgs : EventArgs Represents the fatal exception event argument data. This class cannot be inherited. Documentation public Exception FatalException { get; } Gets the fatal exception. public FatalExceptionEventArgs(Exception exception) Initializes a new instance of the FatalExceptionEventArgs class.