Class AbpExceptionExtensions
Inherited Members
Namespace: System
Assembly: Volo.Abp.Core.dll
Syntax
public static class AbpExceptionExtensions
Methods
GetLogLevel(Exception, LogLevel)
Declaration
public static LogLevel GetLogLevel(this Exception exception, LogLevel defaultLevel = LogLevel.Error)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | |
LogLevel | defaultLevel |
Returns
Type | Description |
---|---|
LogLevel |
ReThrow(Exception)
Declaration
public static void ReThrow(this Exception exception)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception |