UnexpectedException Class |
Exception thrown when something unexpected happened and no specific exception exist for it.
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class UnexpectedException : Exception
<SerializableAttribute>
Public Class UnexpectedException
Inherits Exception
[SerializableAttribute]
public ref class UnexpectedException : public Exception
[<SerializableAttribute>]
type UnexpectedException =
class
inherit Exception
end
Constructors
See Also