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: 11.1.0.0 (11.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