Class ExceptionDescriptorExtensions
- Assembly
- Codebelt.Extensions.YamlDotNet.dll
Extension methods for the ExceptionDescriptor class.
public static class ExceptionDescriptorExtensions
- Inheritance
-
ObjectExceptionDescriptorExtensions
Methods
ToYaml(ExceptionDescriptor, Action<YamlFormatterOptions>)
Converts the specified descriptor
to its equivalent string representation.
public static string ToYaml(this ExceptionDescriptor descriptor, Action<YamlFormatterOptions> setup = null)
Parameters
descriptor
ExceptionDescriptorThe ExceptionDescriptor to extend.
setup
Action<YamlFormatterOptions>The ExceptionDescriptorOptions which may be configured.
Returns
- String
A string that represents the specified
descriptor
.