Table of Contents

Class RepositoryConfigurationException

Namespace
CMS.ContinuousIntegration
Assembly
CMS.ContinuousIntegration.dll

Thrown when repository configuration is invalid.

public class RepositoryConfigurationException : Exception
Inheritance
object
Exception
RepositoryConfigurationException
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 string

The 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 string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.