PropertyInvalidException Fields |
The PropertyInvalidException type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyCannotBeEmptyCollection |
A message string indicating that a property cannot be an empty collection.
| |
| PropertyCannotBeLessThanOne |
A message string indicating that a property must be greater than or equal to one.
| |
| PropertyCannotBeNaN |
A message string indicating that a property cannot be NaN.
| |
| PropertyCannotBeNegative |
A message string indicating that a property cannot be negative.
| |
| PropertyCannotBeNull |
A message string indicating that a property cannot be null.
| |
| PropertyCannotBePositive |
A message string indicating that a property cannot be positive.
| |
| PropertyCannotBeZero |
A message string indicating that a property may not be set to zero.
| |
| PropertyCannotContainNullElements |
A message string indicating that a property cannot contain null elements.
| |
| PropertyCannotHaveZeroElements |
A message string indicating that a property cannot have zero elements.
| |
| PropertyMustBeNegative |
A message string indicating that a property must be negative.
| |
| PropertyMustBePositive |
A message string indicating that a property must be positive.
| |
| PropertyMustBeSet |
A message string indicating that a property must be set prior to execution.
|