ProblemDetailsContext 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.
Represent the current problem details context for the request.
public sealed class ProblemDetailsContext
	type ProblemDetailsContext = class
	Public NotInheritable Class ProblemDetailsContext
		- Inheritance
 - 
				ProblemDetailsContext
 
Constructors
| ProblemDetailsContext() | 
Properties
| AdditionalMetadata | 
		 A collection of additional arbitrary metadata associated with the current request endpoint.  | 
        	
| Exception | 
		 The exception causing the problem or   | 
        	
| HttpContext | 
		 The HttpContext associated with the current request being processed by the filter.  | 
        	
| ProblemDetails | 
		 An instance of ProblemDetails that will be used during the response payload generation.  |