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
Exceptioncollection
NameValueCollection
Returns
FormatMarkupString(Exception, NameValueCollection?)
格式化异常信息
public static MarkupString FormatMarkupString(this Exception exception, NameValueCollection? collection = null)
Parameters
exception
Exceptioncollection
NameValueCollection