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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.