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

ArgumentException() public méthode

public ArgumentException ( ) : System
Résultat System
        public ArgumentException() 
            : base(Environment.GetResourceString("Arg_ArgumentException")) {
            SetErrorCode(__HResults.COR_E_ARGUMENT);
        }
        

Same methods

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
ArgumentException::ArgumentException ( String message, String paramName, Exception innerException ) : System