System.ArgumentException.ArgumentException C# (CSharp) Method

ArgumentException() protected method

protected ArgumentException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected ArgumentException(SerializationInfo info, StreamingContext context) : base(info, context) {
            m_paramName = info.GetString("ParamName");
        }
        

Same methods

ArgumentException::ArgumentException ( ) : System
ArgumentException::ArgumentException ( String message ) : System
ArgumentException::ArgumentException ( String message, Exception innerException ) : System
ArgumentException::ArgumentException ( String message, String paramName ) : System
ArgumentException::ArgumentException ( String message, String paramName, Exception innerException ) : System