PostSharp / / API Reference / Post­Sharp.​Patterns.​Model / Notify­Property­Changed­Overflow­Exception / Notify­Property­Changed­Overflow­Exception

Constructor NotifyPropertyChangedOverflowException

NotifyPropertyChangedOverflowException()

Declaration
public NotifyPropertyChangedOverflowException()

NotifyPropertyChangedOverflowException(String)

Declaration
public NotifyPropertyChangedOverflowException(string message)
Parameters
Type Name Description
String message

NotifyPropertyChangedOverflowException(String, Exception)

Declaration
public NotifyPropertyChangedOverflowException(string message, Exception innerException)
Parameters
Type Name Description
String message
Exception innerException