DriverUtilitiesHandleNullInnerException Method |
This methos is used to handle the exceptions with NULL inner exception messages
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void HandleNullInnerException(
Exception exp
)
Public Shared Sub HandleNullInnerException (
exp As Exception
)
public:
static void HandleNullInnerException(
Exception^ exp
)
static member HandleNullInnerException :
exp : Exception -> unit
Parameters
- exp
- Type: SystemException
[Missing <param name="exp"/> documentation for "M:SeleniumUtilities.DriverUtilities.HandleNullInnerException(System.Exception)"]
See Also