InternalErrorException Class |
Exception thrown when an internal error was detected. This type of error is most likly due to a bug in VelocityDb.
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class InternalErrorException : Exception
<SerializableAttribute>
Public Class InternalErrorException
Inherits Exception
[SerializableAttribute]
public ref class InternalErrorException : public Exception
[<SerializableAttribute>]
type InternalErrorException =
class
inherit Exception
end
See Also