Class DocumentNotFoundException
[Serializable]
public class DocumentNotFoundException : Exception, ISerializable
- Inheritance
-
objectDocumentNotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
DocumentNotFoundException(SerializationInfo, StreamingContext)
protected DocumentNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
DocumentNotFoundException(string)
public DocumentNotFoundException(string documentId)
Parameters
documentId
string
DocumentNotFoundException(string, Exception)
public DocumentNotFoundException(string documentId, Exception innerException)