Home
last modified time | relevance | path

Searched refs:Invalid_file_name_for_monitoring (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DFileChangesMonitor.cs1462 message = SR.Invalid_file_name_for_monitoring; in CreateFileMonitoringException()
1774 … throw new HttpException(SR.GetString(SR.Invalid_file_name_for_monitoring, String.Empty)); in StartMonitoringPath()
1810 …throw new HttpException(SR.GetString(SR.Invalid_file_name_for_monitoring, HttpRuntime.GetSafePath(… in StartMonitoringPath()
1900 … throw new HttpException(SR.GetString(SR.Invalid_file_name_for_monitoring, String.Empty)); in StartMonitoringDirectoryRenamesAndBinDirectory()
2100 … throw new HttpException(SR.GetString(SR.Invalid_file_name_for_monitoring, String.Empty)); in StopMonitoringFile()
2118 …throw new HttpException(SR.GetString(SR.Invalid_file_name_for_monitoring, HttpRuntime.GetSafePath(… in StopMonitoringFile()
2127 …throw new HttpException(SR.GetString(SR.Invalid_file_name_for_monitoring, HttpRuntime.GetSafePath(… in StopMonitoringFile()
2158 … throw new HttpException(SR.GetString(SR.Invalid_file_name_for_monitoring, String.Empty)); in StopMonitoringPath()
2176 …throw new HttpException(SR.GetString(SR.Invalid_file_name_for_monitoring, HttpRuntime.GetSafePath(… in StopMonitoringPath()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/ReferenceSources/
H A DSR.cs110 …public const string Invalid_file_name_for_monitoring = "Invalid file name for file monitoring: '{0… field in SR