Open sandboxFocus

Class NotifyPropertyChangedOverflowException

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
Implements
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model.dll
Syntax
public sealed class NotifyPropertyChangedOverflowException : Exception, ISerializable

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.