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

NotifyPropertyChangedOverflowException Constructor

NotifyPropertyChangedOverflowException()

Declaration
public NotifyPropertyChangedOverflowException()

NotifyPropertyChangedOverflowException(String)

Initializes a new NotifyPropertyChangedOverflowException and sets the exception message.

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

Exception message.

NotifyPropertyChangedOverflowException(String, Exception)

Initializes a new NotifyPropertyChangedOverflowException and sets the exception message and the inner exception.

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

Exception message.

Exception innerException

Inner exception.