Method Report
Report(ErrorInfo)
Reports an error.
Declaration
public void Report(ErrorInfo errorInfo)
Parameters
Type | Name | Description |
---|---|---|
ErrorInfo | errorInfo | The error information to report. |
Implements
Report(Exception)
Reports an exception as an error.
Declaration
public void Report(Exception exception)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | The exception to report as an error. |
Implements
Report(IHasErrors)
Subscribes to an error source and reports its errors.
Declaration
public IDisposable Report(IHasErrors source)
Parameters
Type | Name | Description |
---|---|---|
IHasErrors | source | The error source to subscribe to. |
Returns
Type | Description |
---|---|
IDisposable | A subscription that can be disposed to stop reporting errors from the source. |
Implements
Report(IHasErrorProvider)
Declaration
public IDisposable Report(IHasErrorProvider source)
Parameters
Type | Name | Description |
---|---|---|
IHasErrorProvider | source |
Returns
Type | Description |
---|---|
IDisposable |