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

ArgumentException() public méthode

public ArgumentException ( String message, String paramName, Exception innerException ) : System
message String
paramName String
innerException Exception
Résultat System
        public ArgumentException(String message, String paramName, Exception innerException) 
            : base(message, innerException) {
            m_paramName = paramName;
            SetErrorCode(__HResults.COR_E_ARGUMENT);
        }
        

Same methods

ArgumentException::ArgumentException ( ) : System
ArgumentException::ArgumentException ( SerializationInfo info, StreamingContext context ) : System
ArgumentException::ArgumentException ( String message ) : System
ArgumentException::ArgumentException ( String message, Exception innerException ) : System
ArgumentException::ArgumentException ( String message, String paramName ) : System