Class RepositoryConfigurationException
- Namespace
- CMS.ContinuousIntegration
- Assembly
- CMS.ContinuousIntegration.dll
Thrown when repository configuration is invalid.
public class RepositoryConfigurationException : Exception
- Inheritance
-
objectExceptionRepositoryConfigurationException
- Extension Methods
Constructors
RepositoryConfigurationException()
Initializes a new instance of the RepositoryConfigurationException class with default values.
public RepositoryConfigurationException()
RepositoryConfigurationException(string)
Initializes a new instance of the RepositoryConfigurationException class with a specified error message.
public RepositoryConfigurationException(string message)
Parameters
message
stringThe message that describes the error.
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.
public RepositoryConfigurationException(string message, Exception innerException)
Parameters
message
stringThe message that describes the error.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.