Table of Contents

Class UserFriendlyException

Namespace
Volo.Abp
Assembly
Volo.Abp.Core.dll

This exception type is directly shown to the user.

public class UserFriendlyException : BusinessException, ISerializable, IHasErrorCode, IHasErrorDetails, IHasLogLevel, IUserFriendlyException, IBusinessException
Inheritance
UserFriendlyException
Implements
Inherited Members
Extension Methods

Constructors

UserFriendlyException(string, string?, string?, Exception?, LogLevel)

public UserFriendlyException(string message, string? code = null, string? details = null, Exception? innerException = null, LogLevel logLevel = LogLevel.Warning)

Parameters

message string
code string
details string
innerException Exception
logLevel LogLevel