Click or drag to resize
RepositoryConfigurationException Constructor (String)
Initializes a new instance of the RepositoryConfigurationException class with a specified error message.

Namespace: CMS.ContinuousIntegration
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public RepositoryConfigurationException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also