Class NetworkException
Indicates network related problems.
Namespace: Neon.Net
Assembly: Neon.Common.dll
Syntax
public class NetworkException : Exception
Constructors
NetworkException(string, Exception)
Constuctor.
Declaration
public NetworkException(string message, Exception inner = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message. |
Exception | inner | The optional inner exception. |