Constructor NotifyPropertyChangedOverflowException
NotifyPropertyChangedOverflowException()
Initializes a new 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. |