System.ArgumentOutOfRangeException.ArgumentOutOfRangeException C# (CSharp) Method

ArgumentOutOfRangeException() protected method

protected ArgumentOutOfRangeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected ArgumentOutOfRangeException(SerializationInfo info, StreamingContext context) : base(info, context) {
            m_actualValue = info.GetValue("ActualValue", typeof(Object));
        }
    }

Same methods

ArgumentOutOfRangeException::ArgumentOutOfRangeException ( ) : System
ArgumentOutOfRangeException::ArgumentOutOfRangeException ( String paramName ) : System
ArgumentOutOfRangeException::ArgumentOutOfRangeException ( String message, Exception innerException ) : System
ArgumentOutOfRangeException::ArgumentOutOfRangeException ( String paramName, Object actualValue, String message ) : System
ArgumentOutOfRangeException::ArgumentOutOfRangeException ( String paramName, String message ) : System