System.OverflowException.OverflowException C# (CSharp) Method

OverflowException() public method

public OverflowException ( string message ) : System
message string
return System
        public OverflowException(string message) : base(message) {
        }

Same methods

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