Table of Contents

Class WarningException

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

Represents an exception that is thrown when a warning occurs.

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

Remarks

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

Constructors

WarningException(string)

Represents an exception that is thrown when a warning occurs.

public WarningException(string message)

Parameters

message string

Remarks

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