| Package | system.errors |
| Class | public class NonUniqueKeyError |
| Inheritance | NonUniqueKeyError Error |
| Property | Defined By | ||
|---|---|---|---|
| key : String
The key non unique of this error. | NonUniqueKeyError | ||
| string : String = attempting to insert '{0}'
The localizable or changeable expression to defines the pattern of the error message. | NonUniqueKeyError | ||
| Method | Defined By | ||
|---|---|---|---|
NonUniqueKeyError(key:String = null, id:int = 0)
Creates a new NonUniqueKeyError instance. | NonUniqueKeyError | ||
| key | property |
public var key:StringThe key non unique of this error.
| string | property |
public var string:String = attempting to insert '{0}'The localizable or changeable expression to defines the pattern of the error message.
| NonUniqueKeyError | () | Constructor |
public function NonUniqueKeyError(key:String = null, id:int = 0)Creates a new NonUniqueKeyError instance.
Parameterskey:String (default = null) — The key non unique.
| |
id:int (default = 0) — A reference number to associate with the specific error message.
|