Home
last modified time | relevance | path

Searched refs:BufferSizeTooLarge (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/
H A DFileSystemWatcher.cs256 … throw new OutOfMemoryException(SR.Format(SR.BufferSizeTooLarge, _internalBufferSize)); in AllocateBuffer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/io/system/io/
H A DFileSystemWatcher.cs704 …throw new OutOfMemoryException(SR.GetString(SR.BufferSizeTooLarge, internalBufferSize.ToString(Cul… in Monitor()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1032 …public const string BufferSizeTooLarge = "The specified buffer size is too large. FileSystemWatche… field in SR