March 2002
Intermediate to advanced
864 pages
31h 8m
English
InternalBufferOverflowException
This exception is passed by a
FileSystemWatcher.Error event. This
occurs when the internal buffer of a
FileSystemWatcher overflows because
too many events have occurred.
public class InternalBufferOverflowException : SystemException { // Public Constructors public method InternalBufferOverflowException(); public method InternalBufferOverflowException( string message); public method InternalBufferOverflowException( string message, Exception inner); // Protected Constructors protected method InternalBufferOverflowException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→InternalBufferOverflowException