| RepositoryConfigurationException Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContinuousIntegration
 Syntax
Syntax[SerializableAttribute] public class RepositoryConfigurationException : Exception
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RepositoryConfigurationException | 
            Initializes a new instance of the RepositoryConfigurationException class with default values.
             | 
|  | RepositoryConfigurationException(String) | 
            Initializes a new instance of the RepositoryConfigurationException class with a specified error message.
             | 
|  | RepositoryConfigurationException(SerializationInfo, StreamingContext) | 
            Initializes a new instance of the RepositoryConfigurationException class with serialized data.
             | 
|  | RepositoryConfigurationException(String, Exception) | 
            Initializes a new instance of the RepositoryConfigurationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
             | 
 See Also
See Also