Show / Hide Table of Contents

Class AbpExceptionExtensions

Inheritance
object
AbpExceptionExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by Volosoft