August 2003
Intermediate to advanced
928 pages
32h 1m
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 InternalBufferOverflowException( ); public InternalBufferOverflowException(stringmessage); public InternalBufferOverflowException(stringmessage, Exceptioninner); // Protected Constructors protected InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
InternalBufferOverflowException