System.ArgumentOutOfRangeException.ArgumentOutOfRangeException C# (CSharp) 메소드

ArgumentOutOfRangeException() 보호된 메소드

protected ArgumentOutOfRangeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 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