4 references to IO_PathTooLong
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
147
new PathTooLongException(SR.
IO_PathTooLong
);
src\libraries\System.Private.CoreLib\src\System\IO\PathTooLongException.cs (3)
15
: base(SR.
IO_PathTooLong
)
21
: base(message ?? SR.
IO_PathTooLong
)
27
: base(message ?? SR.
IO_PathTooLong
, innerException)