PageDoesNotExistException Class |
Exception thrown when the requested >
Page does not exist.
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax [SerializableAttribute]
public class PageDoesNotExistException : Exception
<SerializableAttribute>
Public Class PageDoesNotExistException
Inherits Exception
[SerializableAttribute]
public ref class PageDoesNotExistException : public Exception
[<SerializableAttribute>]
type PageDoesNotExistException =
class
inherit Exception
end
See Also