C# (CSharp) Mindscape.Raygun4Net RaygunClient.AddWrapperExceptions - 2 exemples trouvés. Ce sont les exemples réels les mieux notés de Mindscape.Raygun4Net.RaygunClient.AddWrapperExceptions extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
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.