| NullObjectException Constructor (String) | 
  
    Namespace: 
   VelocityDb.Exceptions
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic NullObjectException(
	string message
)
Public Sub New ( 
	message As String
)
public:
NullObjectException(
	String^ message
)
new : 
        message : string -> NullObjectExceptionParameters
- message
- Type: SystemString
 [Missing <param name="message"/> documentation for "M:VelocityDb.Exceptions.NullObjectException.#ctor(System.String)"] 
 See Also
See Also