AggregatableClientAttribute.OnAdviseChildFailed Method |
Method invoked when a child is assigned to a parent and the advices of the parent cannot be added to the child.
Implementations can choose to throw an exception (thread-aware attributes do this) or ignore the situation (DisposableAttribute does this).
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.8.6.0 (6.8.6.0)

C#
protected virtual void OnAdviseChildFailed( Object child )
Parameters
- child
- Type: System.Object
An object that's ineligible to be a child. It's guaranteed to be non-null.
