Custom attribute that, when added to a field, property or parameter, throws an ArgumentOutOfRangeException if the target is assigned a value smaller than or equal to zero.
Inheritance
StrictlyPositiveAttribute
Namespace: PostSharp.Patterns.Contracts
Assembly: PostSharp.Patterns.Common.dll
Syntax
public class StrictlyPositiveAttribute : StrictlyGreaterThanAttribute, ILocationLevelAspect, IValidableAnnotation, IAspect
Remarks
Null values are accepted and do not throw an exception.
Error message is identified by GreaterThanErrorMessage.
Constructors
Name | Description |
---|---|
StrictlyPositiveAttribute() | Initializes a new StrictlyPositiveAttribute. |