Constructor ServiceOverflowException
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
ServiceOverflowException()
Initializes a new instance of the ServiceOverflowException class.
public ServiceOverflowException()
ServiceOverflowException(DmsServiceId)
Initializes a new instance of the ServiceOverflowException class.
public ServiceOverflowException(DmsServiceId dmsServiceId)
Parameters
dmsServiceId
DmsServiceIdThe DataMiner Agent ID/service ID of the service that has too many elements or services included.
ServiceOverflowException(int, int)
Initializes a new instance of the ServiceOverflowException class.
public ServiceOverflowException(int dmaId, int serviceId)
Parameters
dmaId
intThe ID of the DataMiner Agent that has too many elements or services included.
serviceId
intThe ID of the service that has too many elements or services included.
ServiceOverflowException(string)
Initializes a new instance of the ServiceOverflowException class.
public ServiceOverflowException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.
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.
public ServiceOverflowException(string message, Exception innerException)
Parameters
message
stringThe error message that explains the reason for the exception.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
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.
public ServiceOverflowException(DmsServiceId dmsServiceId, Exception innerException)
Parameters
dmsServiceId
DmsServiceIdThe DataMiner Agent ID/service ID of the service that has too many elements or services included.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
ServiceOverflowException(SerializationInfo, StreamingContext)
Initializes a new instance of the ServiceOverflowException class with serialized data.
protected ServiceOverflowException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe serialization info.
context
StreamingContextThe streaming context.
Remarks
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
Exceptions
- ArgumentNullException
The
info
parameter is null.- SerializationException
The class name is null or HResult is zero (0).