Constructor FlushingError
| Improve this Doc View SourceFlushingError(String, UIElement)
Initializes a new instance of FlushingError class.
Declaration
public FlushingError(string message, UIElement source)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message. |
System.Windows.UIElement | source | The source of the error. |