Table of Contents

Class ExceptionExtensions

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll
public static class ExceptionExtensions
Inheritance
ExceptionExtensions
Inherited Members

Methods

Format(Exception, NameValueCollection?)

格式化异常信息

public static string Format(this Exception exception, NameValueCollection? collection = null)

Parameters

exception Exception
collection NameValueCollection

Returns

string

FormatMarkupString(Exception, NameValueCollection?)

格式化异常信息

public static MarkupString FormatMarkupString(this Exception exception, NameValueCollection? collection = null)

Parameters

exception Exception
collection NameValueCollection

Returns

MarkupString