Skip to content

ExceptionExtensions class

namespace: Serenity   assemblySerenity.Net.Core

Exception data extensions

public static class ExceptionExtensions

Public Members

name description
static Log(…) Logs the exception if logger instance is not null
static SetData(…) Sets custom exception data with given property name and value. Sets the data in base exception.

See Also