System.ArgumentPropertyException.ArgumentPropertyException C# (CSharp) Method

ArgumentPropertyException() private method

private ArgumentPropertyException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis
serializationInfo SerializationInfo
streamingContext StreamingContext
return System.Diagnostics.CodeAnalysis
        private ArgumentPropertyException(SerializationInfo serializationInfo, StreamingContext streamingContext)
            : base("Value does not fall within the expected range.")
        {
        }
    }

Same methods

ArgumentPropertyException::ArgumentPropertyException ( ) : 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