Class AbpGlobalFeatureNotEnabledException
Inheritance
AbpGlobalFeatureNotEnabledException
Assembly: Volo.Abp.GlobalFeatures.dll
Syntax
public class AbpGlobalFeatureNotEnabledException : AbpException, ISerializable, IHasErrorCode
Constructors
AbpGlobalFeatureNotEnabledException(string?, string?, Exception?)
Declaration
public AbpGlobalFeatureNotEnabledException(string? message = null, string? code = null, Exception? innerException = null)
Parameters
Properties
Code
Declaration
public string? Code { get; }
Property Value
Methods
WithData(string, object)
Declaration
public AbpGlobalFeatureNotEnabledException WithData(string name, object value)
Parameters
Returns
Implements
Extension Methods