Click or drag to resize

NullObjectException Class

Exception thrown when an object unexpectedly is null.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsNullObjectException

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