18 references to GetResourceString
Microsoft.VisualBasic.Forms (18)
Microsoft\VisualBasic\ApplicationServices\CantStartSingleInstanceException.vb (1)
29
MyBase.New(VbUtils.
GetResourceString
(SR.AppModel_SingleInstanceCantConnect))
Microsoft\VisualBasic\ApplicationServices\NoStartupFormException.vb (1)
28
MyBase.New(VbUtils.
GetResourceString
(SR.AppModel_NoStartupForm))
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
321
Dim message As String = VbUtils.
GetResourceString
(SR.AppModel_SplashAndMainFormTheSame)
341
Throw New ArgumentException(VbUtils.
GetResourceString
(SR.AppModel_SplashAndMainFormTheSame))
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (8)
25
Return New ArgumentException(
GetResourceString
(resourceKey, placeHolders), argumentName)
35
Return New ArgumentNullException(argumentName,
GetResourceString
(SR.General_ArgumentNullException))
50
Return New ArgumentNullException(argumentName,
GetResourceString
(resourceKey, placeHolders))
63
Return New IO.DirectoryNotFoundException(
GetResourceString
(resourceKey, placeHolders))
78
Return New IO.FileNotFoundException(
GetResourceString
(resourceKey, placeHolders), fileName)
91
Return New InvalidOperationException(
GetResourceString
(resourceKey, placeHolders))
104
Return New IO.IOException(
GetResourceString
(resourceKey, placeHolders))
135
Return New ComponentModel.Win32Exception(Marshal.GetLastWin32Error(),
GetResourceString
(resourceKey, placeHolders))
Microsoft\VisualBasic\Devices\Network.DownloadFile.vb (1)
341
Throw New IO.IOException(VbUtils.
GetResourceString
(SR.IO_FileExists_Path, destinationFileName))
Microsoft\VisualBasic\Devices\Network.UploadFile.vb (3)
269
Dim message As String =
GetResourceString
(SR.IO_FileNotFound_Path, sourceFileName)
294
.Text =
GetResourceString
(SR.ProgressDialogUploadingTitle, sourceFileName),
295
.LabelText =
GetResourceString
(
Microsoft\VisualBasic\Devices\NetworkUtilities.vb (2)
76
.Text = VbUtils.
GetResourceString
(SR.ProgressDialogDownloadingTitle, address),
77
.LabelText = VbUtils.
GetResourceString
(