Class ServiceOverflowException
- 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 has too many elements or services included.
public class ServiceOverflowException : DmsException
- Inheritance
-
ServiceOverflowException
- Extension Methods
Constructors
- ServiceOverflowException()
Initializes a new instance of the ServiceOverflowException class.
- ServiceOverflowException(DmsServiceId)
Initializes a new instance of the ServiceOverflowException class.
- ServiceOverflowException(DmsServiceId, Exception)
Initializes a new instance of the ServiceOverflowException class with a specified error message and a reference to the inner exception that is the cause of this exception.
- ServiceOverflowException(int, int)
Initializes a new instance of the ServiceOverflowException class.
- ServiceOverflowException(SerializationInfo, StreamingContext)
Initializes a new instance of the ServiceOverflowException class with serialized data.
- ServiceOverflowException(string)
Initializes a new instance of the ServiceOverflowException class.
- ServiceOverflowException(string, Exception)
Initializes a new instance of the ServiceOverflowException class with a specified error message and a reference to the inner exception that is the cause of this exception.