Open sandboxFocus

Constructor NotifyPropertyChangedOverflowException

NotifyPropertyChangedOverflowException()

Declaration
public NotifyPropertyChangedOverflowException()

NotifyPropertyChangedOverflowException(string)

Initializes a new NotifyPropertyChangedOverflowException and sets the exception message.

Declaration
public NotifyPropertyChangedOverflowException(string message)
Parameters
Type Name Description
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
string message

Exception message.

Exception innerException

Inner exception.