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

OverflowException() public méthode

public OverflowException ( string message ) : System
message string
Résultat System
        public OverflowException(string message) : base(message) {
        }

Same methods

OverflowException::OverflowException ( string message, Exception innerException ) : System
OverflowException