Class ElementUpdateFailedException
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
The exception that is thrown when an element failed to update.
public class ElementUpdateFailedException : DmsException
- Inheritance
-
ElementUpdateFailedException
- Extension Methods
Constructors
- ElementUpdateFailedException()
Initializes a new instance of the ElementUpdateFailedException class.
- ElementUpdateFailedException(DmsElementId)
Initializes a new instance of the ElementUpdateFailedException class using DmsElementId.
- ElementUpdateFailedException(int, int)
Initializes a new instance of the ElementUpdateFailedException class.
- ElementUpdateFailedException(SerializationInfo, StreamingContext)
Initializes a new instance of the ElementUpdateFailedException class with serialized data.
- ElementUpdateFailedException(string)
Initializes a new instance of the ElementUpdateFailedException class.
- ElementUpdateFailedException(string, Exception)
Initializes a new instance of the ElementUpdateFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.