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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.