Click or drag to resize

DuplicatedIdException Constructor

Overload List
 NameDescription
Public methodDuplicatedIdException(Guid) Initializes a new instance of the DuplicatedIdException class with specified entity id.
Public methodDuplicatedIdException(Guid, String) Initializes a new instance of the DuplicatedIdException class with specified entity id and error message.
Public methodDuplicatedIdException(Guid, String, Exception) Initializes a new instance of the DuplicatedIdException class with a specified entity id, error message and a reference to the inner exception that is the cause of this exception.
Top
See Also