DotNetBrowser
1.21.5
|
Thrown when BrowserFactory is failed to create Browser instance. More...
Inherits SystemException.
Public Member Functions | |
BrowserException (string msg) | |
Constructs a new BrowserException instance. More... | |
BrowserException (string msg, Exception e) | |
Constructs a new BrowserException instance. More... | |
Thrown when BrowserFactory is failed to create Browser instance.
DotNetBrowser.BrowserException.BrowserException | ( | string | msg | ) |
Constructs a new BrowserException instance.
msg | The message that describes the error. |
DotNetBrowser.BrowserException.BrowserException | ( | string | msg, |
Exception | e | ||
) |
Constructs a new BrowserException instance.
msg | The message that describes the error. |
e | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |