NetCoreWebDriverFactory  3.0.0
Easy WebDriver generation for .NET Core
AlexanderOnTest.NetCoreWebDriverFactory.Logging.LogProviders.LibLogException Class Reference

Exception thrown by LibLog. More...

Inheritance diagram for AlexanderOnTest.NetCoreWebDriverFactory.Logging.LogProviders.LibLogException:

Public Member Functions

 LibLogException (string message)
 Initializes a new LibLogException with the specified message. More...
 
 LibLogException (string message, Exception inner)
 Initializes a new LibLogException with the specified message and inner exception. More...
 

Detailed Description

Exception thrown by LibLog.

Constructor & Destructor Documentation

◆ LibLogException() [1/2]

AlexanderOnTest.NetCoreWebDriverFactory.Logging.LogProviders.LibLogException.LibLogException ( string  message)

Initializes a new LibLogException with the specified message.

Parameters
messageThe message

◆ LibLogException() [2/2]

AlexanderOnTest.NetCoreWebDriverFactory.Logging.LogProviders.LibLogException.LibLogException ( string  message,
Exception  inner 
)

Initializes a new LibLogException with the specified message and inner exception.

Parameters
messageThe message.
innerThe inner exception.

The documentation for this class was generated from the following file: