修改可空类型
This commit is contained in:
@@ -14,8 +14,8 @@ public class UserFriendlyException : BusinessException
|
||||
public UserFriendlyException(
|
||||
string message,
|
||||
ResultCodeEnum code = ResultCodeEnum.NotSuccess,
|
||||
string details = null,
|
||||
Exception innerException = null,
|
||||
string? details = null,
|
||||
Exception? innerException = null,
|
||||
LogLevel logLevel = LogLevel.Warning)
|
||||
: base(
|
||||
code,
|
||||
|
||||
Reference in New Issue
Block a user