Class UserFriendlyException
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)