Class ResourceNotFoundException
Inheritance
ResourceNotFoundException
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class ResourceNotFoundException : BusinessException, ISerializable, IBusinessException, IHasErrorCode, IHasErrorDetails, IHasLogLevel
Constructors
ResourceNotFoundException(string)
Declaration
public ResourceNotFoundException(string resourceName)
Parameters
Type |
Name |
Description |
string |
resourceName |
|
Properties
ResourceName
Declaration
public string ResourceName { get; set; }
Property Value
Implements
Extension Methods