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(SerializationInfo, StreamingContext)

protected DocumentNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

DocumentNotFoundException(string)

public DocumentNotFoundException(string documentId)

Parameters

documentId string

DocumentNotFoundException(string, Exception)

public DocumentNotFoundException(string documentId, Exception innerException)

Parameters

documentId string
innerException Exception