Table of Contents

Class KeyNotFoundInTableException

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

The exception that is thrown when a key is not found in a table.

public class KeyNotFoundInTableException : DmsException
Inheritance
KeyNotFoundInTableException
Extension Methods

Constructors

KeyNotFoundInTableException()

Initializes a new instance of the KeyNotFoundInTableException class.

KeyNotFoundInTableException(SerializationInfo, StreamingContext)

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

KeyNotFoundInTableException(string)

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

KeyNotFoundInTableException(string, Exception)

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

KeyNotFoundInTableException(string, int, DmsElementId)

Initializes a new instance of the KeyNotFoundInTableException class with a specified DataMiner element parameter ID.