InternalBufferOverflowException Constructor
.NET Framework (current version)
Initializes a new instance of the InternalBufferOverflowException class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | InternalBufferOverflowException() | Initializes a new default instance of the InternalBufferOverflowException class. |
![]() | InternalBufferOverflowException(SerializationInfo, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new, empty instance of the InternalBufferOverflowException class that is serializable using the specified SerializationInfo and StreamingContext objects. |
![]() | InternalBufferOverflowException(String) | Initializes a new instance of the InternalBufferOverflowException class with the error message to be displayed specified. |
![]() | InternalBufferOverflowException(String, Exception) | Initializes a new instance of the InternalBufferOverflowException class with the message to be displayed and the generated inner exception specified. |
Show:

