Click or drag to resize
ServiceRegistrationException Class
Thrown when registration of a service fails.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.CoreServiceRegistrationException

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
[SerializableAttribute]
public class ServiceRegistrationException : Exception
Constructors
  NameDescription
Public methodServiceRegistrationException
Initializes a new instance of the ServiceRegistrationException class with default values.
Public methodServiceRegistrationException(String)
Initializes a new instance of the ServiceRegistrationException class with a specified error message.
Protected methodServiceRegistrationException(SerializationInfo, StreamingContext)
Initializes a new instance of the ServiceRegistrationException class with serialized data.
Public methodServiceRegistrationException(String, Exception)
Initializes a new instance of the ServiceRegistrationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also