DeveloperExceptionPageOptions Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for the DeveloperExceptionPageMiddleware.
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.  |