Class DuplicateException
Represents an exception that is thrown when a duplicate operation is performed.
public class DuplicateException : InvalidOperationException, ISerializable
- Inheritance
-
DuplicateException
- Implements
- Inherited Members
- Extension Methods
Constructors
DuplicateException(string)
Represents an exception that is thrown when a duplicate operation is performed.
public DuplicateException(string message)
Parameters
message
stringA message that describes the error.