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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.