This execption is thrown when the this API is unable to access a web server through an internet connection
Namespace: Dynmark.Services.API.Exceptions
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class ApiConnectivityException Inherits ApiException |
| C# |
|---|
| public class ApiConnectivityException : ApiException |
| C++ |
|---|
| ref class ApiConnectivityException : ApiException |
| J# |
|---|
| public class ApiConnectivityException extends ApiException |
| JScript |
|---|
| public class ApiConnectivityException extends ApiException |
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Dynmark.Services.API.Exceptions.ApiException
Dynmark.Services.API.Exceptions.ApiConnectivityException
System.Exception
System.ApplicationException
Dynmark.Services.API.Exceptions.ApiException
Dynmark.Services.API.Exceptions.ApiConnectivityException
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.