System.IO.InternalBufferOverflowException
namespace System.IO
{
public class InternalBufferOverflowException : SystemException
{
public InternalBufferOverflowException();
protected InternalBufferOverflowException(SerializationInfo info, StreamingContext context);
public InternalBufferOverflowException(string message);
public InternalBufferOverflowException(string message, Exception inner);
}
}