Table of Contents

Class ProtocolNotFoundException

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

The exception that is thrown when a requested protocol was not found.

public class ProtocolNotFoundException : DmsException
Inheritance
ProtocolNotFoundException
Extension Methods

Constructors

ProtocolNotFoundException()

Initializes a new instance of the ProtocolNotFoundException class.

ProtocolNotFoundException(SerializationInfo, StreamingContext)

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

ProtocolNotFoundException(string)

Initializes a new instance of the ProtocolNotFoundException class.

ProtocolNotFoundException(string, Exception)

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

ProtocolNotFoundException(string, string)

Initializes a new instance of the ProtocolNotFoundException class.

ProtocolNotFoundException(string, string, Exception)

Initializes a new instance of the ProtocolNotFoundException class.