OverflowException Constructor

 

Initializes a new instance of the OverflowException class.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodOverflowException()

Initializes a new instance of the OverflowException class.

System_CAPS_protmethodOverflowException(SerializationInfo^, StreamingContext)

Initializes a new instance of the OverflowException class with serialized data.

System_CAPS_pubmethodOverflowException(String^)

Initializes a new instance of the OverflowException class with a specified error message.

System_CAPS_pubmethodOverflowException(String^, Exception^)

Initializes a new instance of the OverflowException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Return to top
Show: