LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.NetworkException Class Reference

A wrapper for all low level network exceptions. More...

Inheritance diagram for LicenseSpring.NetworkException:
LicenseSpring.LicenseSpringException

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.
 

Detailed Description

A wrapper for all low level network exceptions.

Check inner exception for more details.

Constructor & Destructor Documentation

◆ NetworkException() [1/2]

LicenseSpring.NetworkException.NetworkException ( string  message)

Exception constructor.

Parameters
messageException error message

◆ NetworkException() [2/2]

LicenseSpring.NetworkException.NetworkException ( Exception  innerException)

Exception constructor with inner exception argument.

Parameters
innerExceptionInner exception that is the cause of this exception

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