Class DocumentNotFoundException
[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
SerializationInfocontext
StreamingContext
DocumentNotFoundException(string)
public DocumentNotFoundException(string message)
Parameters
message
string
DocumentNotFoundException(string, Exception)
public DocumentNotFoundException(string message, Exception innerException)