Table of Contents

Class IncorrectDataException

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

The exception that is thrown when invalid data was provided.

public class IncorrectDataException : DmsException
Inheritance
IncorrectDataException
Extension Methods

Constructors

IncorrectDataException()

Initializes a new instance of the IncorrectDataException class.

IncorrectDataException(SerializationInfo, StreamingContext)

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

IncorrectDataException(string)

Initializes a new instance of the IncorrectDataException class.

IncorrectDataException(string, Exception)

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