9 references to GetResourceString
Microsoft.VisualBasic.Forms (9)
Microsoft\VisualBasic\Interaction.vb (7)
41Throw New ArgumentException(Utils.GetResourceString(SR.ProcessNotFound, processId)) 136Throw New ArgumentException(Utils.GetResourceString(SR.ProcessNotFound, CStr(ProcessId))) 195Throw New ArgumentException(Utils.GetResourceString(SR.ProcessNotFound, Title)) 270Throw New ArgumentException(Utils.GetResourceString(SR.Argument_InvalidValueType2, "Prompt", "String")) 290Throw New ArgumentException(Utils.GetResourceString(SR.Argument_InvalidValueType2, "Title", "String")) 310Throw New ArgumentNullException(Utils.GetResourceString(SR.Argument_InvalidNullValue1, "Pathname")) 314Throw New ArgumentException(Utils.GetResourceString(SR.Argument_InvalidValue1, "Style"))
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (2)
761Throw New InvalidOperationException(Utils.GetResourceString(SR.ApplicationLog_FileExceedsMaximumSize)) 768Throw New InvalidOperationException(Utils.GetResourceString(SR.ApplicationLog_ReservedSpaceEncroached))