System.ArgumentPropertyException.ArgumentPropertyException C# (CSharp) Method

ArgumentPropertyException() private method

private ArgumentPropertyException ( string paramName ) : System.Diagnostics.CodeAnalysis
paramName string
return System.Diagnostics.CodeAnalysis
        public ArgumentPropertyException(string paramName)
            : base("Value does not fall within the expected range.", paramName)
        {
        }

Same methods

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