System.ArgumentPropertyException.ArgumentPropertyException C# (CSharp) Méthode

ArgumentPropertyException() public méthode

Initializes a new instance of the ArgumentPropertyException class.
public ArgumentPropertyException ( ) : System.Diagnostics.CodeAnalysis
Résultat 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