Constructor NoResponseException
- Assembly
- Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.dll
NoResponseException()
Initializes a new instance of the NoResponseException class.
public NoResponseException()
NoResponseException(string)
Builds an exception based on a message. Reverts to the default behavior of the Exception class.
public NoResponseException(string message)
Parameters
message
stringA description of the error and any relevant information.
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.
public NoResponseException(string message, Exception innerException)
Parameters
message
stringThe error message that explains the reason for the exception.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
NoResponseException(SerializationInfo, StreamingContext)
Builds an exception with serialized data.
protected NoResponseException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe serialized object data about the exception being thrown.
context
StreamingContextThe contextual information about the source or destination