ExceptionTestException Method | |
Trigger an exception for a test case
Namespace:
SIC.Draw.Helper
Assembly:
SIC.Draw (in SIC.Draw.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax public static void TestException(
string pText
)
Public Shared Sub TestException (
pText As String
)
Parameters
- pText
- Type: SystemString
Test case: exception message
See Also