DuplicateRelationshipException Class

Exception that is thrown when there is a conflict when trying to create a new relationship because another relationship between the same source and referenced structure and the same keys exists.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      SystemInvalidOperationException
        Dundas.BI.DataDuplicateRelationshipException

Namespace: Dundas.BI.Data
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public sealed class DuplicateRelationshipException : InvalidOperationException

The DuplicateRelationshipException type exposes the following members.

Constructors
 NameDescription
Public methodDuplicateRelationshipException Initializes a new instance of the DuplicateRelationshipException class.
Public methodDuplicateRelationshipException(String) Initializes a new instance of the DuplicateRelationshipException class. The message that describes the error.
Public methodDuplicateRelationshipException(String, Exception) Initializes a new instance of the DuplicateRelationshipException class. The exception that is the cause of the current exception, or if no inner exception is specified.The message that describes the error.
Top
Extension Methods
 NameDescription
Public Extension MethodGetDetailsMessageGets the details message associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodGetErrorCodeGets the error code associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodGetHelpTopicReferenceGets the help topic reference associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodGetSupplementalMessageGets the supplemental message associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodSetAsDisplayExceptionMarks the exception as the "display" exception.
(Defined by ExceptionExtensions)
Public Extension MethodSetDetailsMessage Sets the details message on an exception object.
(Defined by ExceptionExtensions)
Public Extension MethodSetErrorCode Sets the error code on an exception object.
(Defined by ExceptionExtensions)
Public Extension MethodSetHelpTopicReference Sets an associated help topic reference on an exception object.
(Defined by ExceptionExtensions)
Public Extension MethodSetSupplementalMessage Sets the supplemental message on an exception object.
(Defined by ExceptionExtensions)
Top
See Also