| ServiceRegistrationException Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Core
 Syntax
Syntax[SerializableAttribute] public class ServiceRegistrationException : Exception
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ServiceRegistrationException | 
            Initializes a new instance of the ServiceRegistrationException class with default values.
             | 
|  | ServiceRegistrationException(String) | 
            Initializes a new instance of the ServiceRegistrationException class with a specified error message.
             | 
|  | ServiceRegistrationException(SerializationInfo, StreamingContext) | 
            Initializes a new instance of the ServiceRegistrationException class with serialized data.
             | 
|  | ServiceRegistrationException(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.
             | 
 See Also
See Also