Class InvalidRangeException
- Namespace
- MADE.Data.Validation.Exceptions
- Assembly
- MADE.Data.Validation.dll
Defines an exception for an invalid range.
public class InvalidRangeException : Exception, ISerializable
- Inheritance
-
InvalidRangeException
- Implements
- Inherited Members
- Extension Methods
Constructors
InvalidRangeException(string)
Initializes a new instance of the InvalidRangeException class.
public InvalidRangeException(string message)
Parameters
messagestringThe exception message.