Class DocumentNotFoundException
[Serializable]
public class DocumentNotFoundException : Exception, ISerializable
- Inheritance
-
objectDocumentNotFoundException
- 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
DocumentNotFoundException(SerializationInfo, StreamingContext)
protected DocumentNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext