InvalidPrimaryKeyException

Thrown when a primary key property contains invalid data.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.ValidationException

Constructors

InvalidPrimaryKeyException

Initializes a new instance of InvalidPrimaryKeyException.

Signature:
public Void InvalidPrimaryKeyException(property, invalidContentMessage, src)
Parameters
Name Type Summary
property String Name of the validated property.
invalidContentMessage String A message to set into the exception (optional).
src String Source code reference.

In this document