Show / Hide Table of Contents

Class DocumentNotFoundException

Inheritance
System.Object
DocumentNotFoundException
Namespace: Volo.Docs
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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft