DuplicateRelationshipException Constructor

Overload List
  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
See Also