Table of Contents

Class CriticalException

Namespace
NLightning.Common.Exceptions
Assembly
NLightning.Common.dll

Represents a critical exception that is thrown when a critical error occurs.

public class CriticalException : Exception, ISerializable
Inheritance
CriticalException
Implements
Inherited Members

Remarks

A critical exception is an exception that should not be caught and should terminate the application.

Constructors

CriticalException(string)

Represents a critical exception that is thrown when a critical error occurs.

public CriticalException(string message)

Parameters

message string

Remarks

A critical exception is an exception that should not be caught and should terminate the application.