[]
Performs additional custom processes when validating a value.
protected override void OnValidate(object value)
Protected Overrides Sub OnValidate(value As Object)
Type | Name | Description |
---|---|---|
object | value | The object to validate. |
Type | Condition |
---|---|
ArgumentNullException | value is null. |
InvalidOperationException | The collection is locked. |