Method | Description | |
---|---|---|
ExceptionActivity ( string description, bool isFatal ) : System.Diagnostics |
Create a new ExceptionActivity with various parameters to be captured.
|
public ExceptionActivity ( string description, bool isFatal ) : System.Diagnostics | ||
description | string | Description of the exception. |
isFatal | bool | Whether the exception was fatal (caused the app to crash). |
return | System.Diagnostics |