Click or drag to resize
RepositoryConfigurationException Constructor
Overload List
  NameDescription
Public methodRepositoryConfigurationException
Initializes a new instance of the RepositoryConfigurationException class with default values.
Public methodRepositoryConfigurationException(String)
Initializes a new instance of the RepositoryConfigurationException class with a specified error message.
Protected methodRepositoryConfigurationException(SerializationInfo, StreamingContext)
Initializes a new instance of the RepositoryConfigurationException class with serialized data.
Public methodRepositoryConfigurationException(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.
Top
See Also