Class ScoreBelowThresholdException
Inheritance
ScoreBelowThresholdException
Assembly: Volo.Abp.Account.Pro.Shared.Application.Contracts.dll
Syntax
public class ScoreBelowThresholdException : UserFriendlyException, ISerializable, IHasErrorCode, IHasErrorDetails, IHasLogLevel, IUserFriendlyException, IBusinessException
Constructors
ScoreBelowThresholdException(string)
Declaration
public ScoreBelowThresholdException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
Implements
Extension Methods