System.ArgumentPropertyException.ArgumentPropertyException C# (CSharp) Method

ArgumentPropertyException() public method

Initializes a new instance of the ArgumentPropertyException class.
public ArgumentPropertyException ( ) : System.Diagnostics.CodeAnalysis
return System.Diagnostics.CodeAnalysis
        public ArgumentPropertyException()
            : base("Value does not fall within the expected range.")
        {
        }

Same methods

ArgumentPropertyException::ArgumentPropertyException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyException::ArgumentPropertyException ( string paramName ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyException::ArgumentPropertyException ( string message, Exception innerException ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyException::ArgumentPropertyException ( string message, string paramName ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyException