2 references to _innerException
Microsoft.VisualBasic.Forms.Tests (2)
System\Windows\Forms\ApplicationServicesExceptionsTests.vb (2)
31
ex = New CantStartSingleInstanceException(Test1Message,
_innerException
)
48
ex = New NoStartupFormException(Test1Message,
_innerException
)