4 references to TestMessage
Microsoft.VisualBasic.Forms.Tests (4)
System\Windows\Forms\ApplicationServicesExceptionsTests.vb (4)
27ex = New CantStartSingleInstanceException(TestMessage) 28ex.Message.Should.Be(TestMessage) 44ex = New NoStartupFormException(TestMessage) 45ex.Message.Should.Be(TestMessage)