Table of Contents

Class DocumentNotFoundException

Namespace
JobFlow.Core.Documents
Assembly
JobFlow.Core.dll
[Serializable]
public class DocumentNotFoundException : Exception, ISerializable
Inheritance
object
DocumentNotFoundException
Implements
Inherited Members
Extension Methods

Constructors

DocumentNotFoundException(Guid)

public DocumentNotFoundException(Guid documentId)

Parameters

documentId Guid

DocumentNotFoundException(Guid, Exception)

public DocumentNotFoundException(Guid documentId, Exception innerException)

Parameters

documentId Guid
innerException Exception

DocumentNotFoundException(SerializationInfo, StreamingContext)

protected DocumentNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext