Class ViewNotFoundException
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
The exception that is thrown when performing actions on a view that was not found.
public class ViewNotFoundException : DmsException
- Inheritance
-
ViewNotFoundException
- Extension Methods
Constructors
- ViewNotFoundException()
Initializes a new instance of the ViewNotFoundException class.
- ViewNotFoundException(int)
Initializes a new instance of the ViewNotFoundException class.
- ViewNotFoundException(int, Exception)
Initializes a new instance of the ViewNotFoundException class.
- ViewNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the ViewNotFoundException class with serialized data.
- ViewNotFoundException(string)
Initializes a new instance of the ViewNotFoundException class.
- ViewNotFoundException(string, Exception)
Initializes a new instance of the ViewNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.