InternalBufferOverflowException Constructor (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.

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

protected:
InternalBufferOverflowException(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The information required to serialize the T:System.IO.InternalBufferOverflowException object.

context
Type: System.Runtime.Serialization::StreamingContext

The source and destination of the serialized stream associated with the T:System.IO.InternalBufferOverflowException object.

.NET Framework
Available since 1.1
Return to top
Show: