Table of Contents

Class AgentNotFoundException

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

The exception that is thrown when an action is performed on a DataMiner Agent that was not found.

public class AgentNotFoundException : DmsException
Inheritance
AgentNotFoundException
Extension Methods

Constructors

AgentNotFoundException()

Initializes a new instance of the AgentNotFoundException class.

AgentNotFoundException(int)

Initializes a new instance of the AgentNotFoundException class with a specified DataMiner Agent ID.

AgentNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the AgentNotFoundException class with serialized data.

AgentNotFoundException(string)

Initializes a new instance of the AgentNotFoundException class with a specified error message.

AgentNotFoundException(string, Exception)

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