Table of Contents

Class ErrorException

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

Represents an exception that is thrown when an error occurs.

public class ErrorException : Exception, ISerializable
Inheritance
ErrorException
Implements
Derived
Inherited Members

Remarks

This exception is the base class for all exceptions that are thrown when an error occurs.

Constructors

ErrorException(string)

public ErrorException(string message)

Parameters

message string

ErrorException(string, Exception)

public ErrorException(string message, Exception innerException)

Parameters

message string
innerException Exception