NotifyPropertyChangedOverflowException Class |
Exception thrown at runtime when the NotifyPropertyChangedAttribute aspect encounters
an excessively long chain is dependency. This situation is typically caused by a cyclic dependency.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 5.0.55.0 (5.0.55.0)
C#
[SerializableAttribute] public sealed class NotifyPropertyChangedOverflowException : Exception
The NotifyPropertyChangedOverflowException type exposes the following members.
Name | Description | |
---|---|---|
NotifyPropertyChangedOverflowException() |
Initializes a new NotifyPropertyChangedOverflowException.
| |
NotifyPropertyChangedOverflowException(String) |
Initializes a new NotifyPropertyChangedOverflowException and sets the exception message.
| |
NotifyPropertyChangedOverflowException(String, Exception) |
Initializes a new NotifyPropertyChangedOverflowException and sets the exception message and the inner exception.
|
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |