System.OverflowException.OverflowException C# (CSharp) Метод

OverflowException() публичный Метод

public OverflowException ( string message ) : System
message string
Результат System
        public OverflowException(string message) : base(message) {
        }

Same methods

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