![]() |
LicenseSpring .Net SDK 7.40.0
Easily add Software Licensing to your application
|
A wrapper for all low level network exceptions. More...
Public Member Functions | |
| NetworkException (Exception innerException) | |
| Exception constructor with inner exception argument. | |
| NetworkException (string message) | |
| Exception constructor. | |
Public Member Functions inherited from LicenseSpring.LicenseSpringException | |
| LicenseSpringException (string message) | |
| Exception constructor. | |
| LicenseSpringException (string message, Exception innerException) | |
| Initializes a new instance with a specified error message and a reference to the inner exception. | |
A wrapper for all low level network exceptions.
Check inner exception for more details.
| LicenseSpring.NetworkException.NetworkException | ( | string | message | ) |
Exception constructor.
| message | Exception error message |
| LicenseSpring.NetworkException.NetworkException | ( | Exception | innerException | ) |
Exception constructor with inner exception argument.
| innerException | Inner exception that is the cause of this exception |