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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.