4 references to Test1Message
Microsoft.VisualBasic.Forms.Tests (4)
System\Windows\Forms\ApplicationServicesExceptionsTests.vb (4)
31ex = New CantStartSingleInstanceException(Test1Message, _innerException) 32ex.Message.Should.Be(Test1Message) 48ex = New NoStartupFormException(Test1Message, _innerException) 49ex.Message.Should.Be(Test1Message)