LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
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 More...
 
 NetworkException (string message)
 Exception constructor More...
 
- Public Member Functions inherited from LicenseSpring.LicenseSpringException
 LicenseSpringException (string message)
 Exception constructor More...
 
 LicenseSpringException (string message, Exception innerException)
 Initializes a new instance with a specified error message and a reference to the inner exception. More...
 

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: