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