Table of Contents

Class CriticalException

Namespace
NLightning.Domain.Exceptions
Assembly
NLightning.Domain.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)

public CriticalException(string message)

Parameters

message string

CriticalException(string, Exception)

public CriticalException(string message, Exception innerException)

Parameters

message string
innerException Exception