Initializes a new default instance of the InternalBufferOverflowException class.
[Visual Basic] Overloads Public Sub New() [C#] public InternalBufferOverflowException(); [C++] public: InternalBufferOverflowException(); [JScript] public function InternalBufferOverflowException();
These constructors are used by the component to signify an error. You should only use them if extending the class or framework. This exception indicates that an internal buffer has overflown and that users should take appropriate steps in their code to ensure that it recovers properly. The cause of the overflow is often having too many changes in a short period of time, causing the internal notification buffer to overflow. To resolve this, increase the InternalBufferSize of the FileSystemWatcher component.
InternalBufferOverflowException Class | InternalBufferOverflowException Members | System.IO Namespace | InternalBufferOverflowException Constructor Overload List