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: 6.8.6.0 (6.8.6.0)
C#
[SerializableAttribute] public sealed class NotifyPropertyChangedOverflowException : Exception
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.
|