Class UserFriendlyException
Inheritance
UserFriendlyException
Assembly: Volo.Abp.Core.dll
Syntax
public class UserFriendlyException : BusinessException, ISerializable, IHasErrorCode, IHasErrorDetails, IHasLogLevel, IUserFriendlyException, IBusinessException
Constructors
UserFriendlyException(string, string?, string?, Exception?, LogLevel)
Declaration
public UserFriendlyException(string message, string? code = null, string? details = null, Exception? innerException = null, LogLevel logLevel = LogLevel.Warning)
Parameters
Implements
Extension Methods