Initializes an instance of the OverflowException class.
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();
Initializes an instance of OverflowException with a specified message.
[Visual Basic] Overloads Public Sub New(String)
[C#] public OverflowException(String);
[C++] public: OverflowException(String*);
[JScript] public function OverflowException(String);
Initializes an instance of OverflowException with a specified message and the exception that is the root cause of this exception.
[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public OverflowException(String, Exception);
[C++] public: OverflowException(String*, Exception);
[JScript] public function OverflowException(String, Exception);
OverflowException Class | OverflowException Members | System Namespace