C# (CSharp) Mindscape.Raygun4Net RaygunClient.AddWrapperExceptions - 2 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die Mindscape.Raygun4Net.RaygunClient.AddWrapperExceptions, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
Adds a list of outer exceptions that will be stripped, leaving only the valuable inner exception. This can be used when a wrapper exception, e.g. TargetInvocationException or AggregateException, contains the actual exception as the InnerException. The message and stack trace of the inner exception will then be used by Raygun for grouping and display. The above two do not need to be added manually, but if you have other wrapper exceptions that you want stripped you can pass them in here.