Click or drag to resize

UnexpectedException Class

Exception thrown when something unexpected happened and no specific exception exist for it.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsUnexpectedException

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class UnexpectedException : Exception
Constructors
  NameDescription
Public methodUnexpectedException
Initializes a new instance of the UnexpectedException class
Public methodUnexpectedException(String)
Use for unexpected events
Top
See Also