Search Results for

    Show / Hide Table of Contents

    Class InvalidRangeException

    Defines an exception for an invalid range.

    Inheritance
    System.Object
    InvalidRangeException
    Namespace: MADE.Data.Validation.Exceptions
    Assembly: MADE.Data.Validation.dll
    Syntax
    public class InvalidRangeException : Exception

    Constructors

    | Improve this Doc View Source

    InvalidRangeException(String)

    Initializes a new instance of the InvalidRangeException class.

    Declaration
    public InvalidRangeException(string message)
    Parameters
    Type Name Description
    System.String message

    The exception message.

    Extension Methods

    ReflectionExtensions.GetPropertyValue<T>(Object, String)
    ReflectionExtensions.GetPropertyNames(Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps