ExceptionReportOptions

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Options class provides information needed to control exception report behavior.

public class ExceptionReportOptions

Inheritance

objectExceptionReportOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ExceptionReportOptions()

Default constructor.

public ExceptionReportOptions()

Properties

Environment

Gets or sets the environment options.

public EnvironmentReportOptions Environment { get; set; }

Property Value

EnvironmentReportOptions

Formatted

Gets or sets a value indicating whether the report should be formatted.

public bool Formatted { get; set; }

Property Value

bool

System

Gets or sets the system options.

public SystemReportOptions System { get; set; }

Property Value

SystemReportOptions

Last updated