Overload List
| Name | Description | |
|---|---|---|
| UniqueIdException | 
            Initializes a new instance of the UniqueIdException class
              | |
| UniqueIdException(String) | 
            Initializes a new instance of the UniqueIdException class with a specified error message.
              | |
| UniqueIdException(String, Exception) | 
            Initializes a new instance of the UniqueIdException class with a specified error message and a reference to the inner exception that is the cause of this exception.
              | |
| UniqueIdException(String, String) | 
            Initializes a new instance of the UniqueIdException class with a specified error message and the name of the property that is the cause of this exception.
              | |
| UniqueIdException(String, String, Exception) | 
            Initializes a new instance of the UniqueIdException class with a specified error message, the name of the property that should be unique, and a reference to the inner exception that is the cause of this exception.
              | 
See Also