ExceptionSummary(String, String, String) Constructor
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.
Initializes a new instance of the ExceptionSummary struct.
public:
ExceptionSummary(System::String ^ exceptionType, System::String ^ description, System::String ^ additionalDetails);
public ExceptionSummary (string exceptionType, string description, string additionalDetails);
new Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary : string * string * string -> Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary
Public Sub New (exceptionType As String, description As String, additionalDetails As String)
Parameters
- exceptionType
- String
The type of the exception.
- description
- String
A summary description string for telemetry.
- additionalDetails
- String
An additional details string, primarily for diagnostics and not telemetry.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.