Table of Contents

Class NoResponseException

Namespace
Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.Api
Assembly
Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.dll

An exception thrown when there was no response, or the value was null.

public class NoResponseException : Exception
Inheritance
NoResponseException
Extension Methods

Constructors

NoResponseException()

Initializes a new instance of the NoResponseException class.

NoResponseException(SerializationInfo, StreamingContext)

Builds an exception with serialized data.

NoResponseException(string)

Builds an exception based on a message. Reverts to the default behavior of the Exception class.

NoResponseException(string, Exception)

Initializes a new instance of the NoResponseException class with a specified error message and a reference to the inner exception that is the cause of this exception.