Initializes an instance of the OverflowException class with default properties.
[Visual Basic] Overloads Public Sub New() [C#] public OverflowException(); [C++] public: OverflowException(); [JScript] public function OverflowException();
OverflowException inherits from the Exception class. This constructor sets the properties of the OverflowException object as follows:
Property Type | Condition |
---|---|
InnerException | null |
Message | The empty string. |
OverflowException Class | OverflowException Members | System Namespace | OverflowException Constructor Overload List