Class DocumentNotFoundException
Inheritance
System.Object
DocumentNotFoundException
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class DocumentNotFoundException : BusinessException
Constructors
DocumentNotFoundException(SerializationInfo, StreamingContext)
Declaration
public DocumentNotFoundException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
serializationInfo |
|
StreamingContext |
context |
|
DocumentNotFoundException(String)
Declaration
public DocumentNotFoundException(string documentUrl)
Parameters
Type |
Name |
Description |
System.String |
documentUrl |
|
Properties
DocumentUrl
Declaration
public string DocumentUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods