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