UnexpectedException Constructor (String) | 
 
            Use for unexpected events
            
 
    Namespace: 
   VelocityDb.Exceptions
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic UnexpectedException(
	string message
)
Public Sub New ( 
	message As String
)
public:
UnexpectedException(
	String^ message
)
new : 
        message : string -> UnexpectedExceptionParameters
- message
 - Type: SystemString
Describe the unexpected event 
See Also