Click or drag to resize

NullObjectException Constructor (String)

Initializes a new instance of the NullObjectException class

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public NullObjectException(
	string message
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:VelocityDb.Exceptions.NullObjectException.#ctor(System.String)"]

See Also