Class CompositePrimaryKeyException
Exception class for composite primary key.
Inheritance
System.Object
System.Exception
CompositePrimaryKeyException
Namespace: Kros.KORM.Exceptions
Assembly: Kros.KORM.dll
Syntax
public class CompositePrimaryKeyException : Exception, ISerializable, _Exception
Constructors
CompositePrimaryKeyException(String, String)
Initializes a new instance of the CompositePrimaryKeyException class.
Declaration
public CompositePrimaryKeyException(string message, string tableName)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Exception message. |
System.String | tableName | Table name which has composite primary key. |
Properties
TableName
Table name which has composite primary key.
Declaration
public string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |