1 instantiation of InternalBufferOverflowException
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
405=> new InternalBufferOverflowException(SR.Format(SR.FSW_BufferOverflow, directoryPath));
7 references to InternalBufferOverflowException
netstandard (1)
netstandard.cs (1)
929[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.InternalBufferOverflowException))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
566[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.InternalBufferOverflowException))]
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.cs (1)
404private static InternalBufferOverflowException CreateBufferOverflowException(string directoryPath)
System\IO\FileSystemWatcher.Linux.cs (1)
1140if (@event.Exception is InternalBufferOverflowException)
System\IO\InternalBufferOverflowException.cs (3)
17/// Initializes a new default instance of the <see cref='System.IO.InternalBufferOverflowException'/> class. 25/// Initializes a new instance of the <see cref='System.IO.InternalBufferOverflowException'/> class with the error message to be displayed specified. 33/// Initializes a new instance of the <see cref='System.IO.InternalBufferOverflowException'/>