Class WarningException
- Namespace
- NLightning.Domain.Exceptions
- Assembly
- NLightning.Domain.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)
public WarningException(string message)
Parameters
message
string
WarningException(string, Exception)
public WarningException(string message, Exception innerException)