Table of Contents

Class DocumentNotFoundException

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

Constructors

DocumentNotFoundException()

public DocumentNotFoundException()

DocumentNotFoundException(SerializationInfo, StreamingContext)

protected DocumentNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

DocumentNotFoundException(string)

public DocumentNotFoundException(string message)

Parameters

message string

DocumentNotFoundException(string, Exception)

public DocumentNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception