DeveloperExceptionPageOptions Class

Definition

public ref class DeveloperExceptionPageOptions
public class DeveloperExceptionPageOptions
type DeveloperExceptionPageOptions = class
Public Class DeveloperExceptionPageOptions
Inheritance
DeveloperExceptionPageOptions

Constructors

DeveloperExceptionPageOptions()

Create an instance with the default options settings.

Properties

FileProvider

Provides files containing source code used to display contextual information of an exception.

SourceCodeLineCount

Determines how many lines of code to include before and after the line of code present in an exception's stack frame. Only applies when symbols are available and source code referenced by the exception stack trace is present on the server.

Applies to