System.OverflowException.OverflowException C# (CSharp) Method

OverflowException() public method

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

Same methods

OverflowException::OverflowException ( string message ) : System
OverflowException