Table of Contents

Class ExceptionDescriptorExtensions

Namespace
Codebelt.Extensions.YamlDotNet.Diagnostics
Assembly
Codebelt.Extensions.YamlDotNet.dll

Extension methods for the ExceptionDescriptor class.

public static class ExceptionDescriptorExtensions
Inheritance
Object
ExceptionDescriptorExtensions

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 ExceptionDescriptor

The ExceptionDescriptor to extend.

setup Action<YamlFormatterOptions>

The ExceptionDescriptorOptions which may be configured.

Returns

String

A string that represents the specified descriptor.