Click or drag to resize

PropertyInvalidException Fields

The PropertyInvalidException type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberPropertyCannotBeEmptyCollection
A message string indicating that a property cannot be an empty collection.
Public fieldStatic memberPropertyCannotBeLessThanOne
A message string indicating that a property must be greater than or equal to one.
Public fieldStatic memberPropertyCannotBeNaN
A message string indicating that a property cannot be NaN.
Public fieldStatic memberPropertyCannotBeNegative
A message string indicating that a property cannot be negative.
Public fieldStatic memberPropertyCannotBeNull
A message string indicating that a property cannot be null.
Public fieldStatic memberPropertyCannotBePositive
A message string indicating that a property cannot be positive.
Public fieldStatic memberPropertyCannotBeZero
A message string indicating that a property may not be set to zero.
Public fieldStatic memberPropertyCannotContainNullElements
A message string indicating that a property cannot contain null elements.
Public fieldStatic memberPropertyCannotHaveZeroElements
A message string indicating that a property cannot have zero elements.
Public fieldStatic memberPropertyMustBeNegative
A message string indicating that a property must be negative.
Public fieldStatic memberPropertyMustBePositive
A message string indicating that a property must be positive.
Public fieldStatic memberPropertyMustBeSet
A message string indicating that a property must be set prior to execution.
Top
See Also