PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelNotify­Property­Changed­Overflow­Exception
Open sandboxFocus

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.

Inheritance
NotifyPropertyChangedOverflowException
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model.dll
Syntax
public sealed class NotifyPropertyChangedOverflowException : Exception

Constructors

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.