Class LytroNetException Class

Defines the base class for predefined exceptions in the Net namespace.

Constructors:

NameDescription
Public methodLytroNetException() Initializes a new instance of the LytroNetException class.
Public methodLytroNetException(String) Initializes a new instance of the LytroNetException class with a specified error message.
Public methodLytroNetException(String, Exception) Initializes a new instance of the LytroNetException class with a specified error message and a reference to the inner exception that is the cause of this exception.