CrashReportOptions.CrashReportOptions

CrashReportOptions constructor

Creates CrashReportOptions with default parameters.

public CrashReportOptions(Exception exception)
ParameterTypeDescription
exceptionExceptionException that report is based on

Exceptions

exceptioncondition
ArgumentNullExceptionGenerates ArgumentNullException if exception is null

See Also