Name

InternalBufferOverflowException

Synopsis

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

Hierarchy

System.ObjectSystem.Exception(System.Runtime.Serialization.ISerializable)System.SystemExceptionInternalBufferOverflowException

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.