Squared.Task.IO.DiskMonitor.BufferOverflowed C# (CSharp) Method

BufferOverflowed() static private method

static private BufferOverflowed ( object sender, ErrorEventArgs e ) : void
sender object
e System.IO.ErrorEventArgs
return void
        static void BufferOverflowed(object sender, ErrorEventArgs e)
        {
            System.Diagnostics.Debug.WriteLine("File system monitoring buffer overflow");
        }