Table of Contents

Class DuplicateException

Namespace
Ecng.Common
Assembly
Ecng.Common.dll

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 string

A message that describes the error.