NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InternalBufferOverflowException Constructor ()

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();

Remarks

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.

See Also

InternalBufferOverflowException Class | InternalBufferOverflowException Members | System.IO Namespace | InternalBufferOverflowException Constructor Overload List