Click or drag to resize
ArgumentNullError Class
Error to use when the supplied argument was null
Inheritance Hierarchy
SystemObject
  Entelect.ErrorHandlingLogicError
    Entelect.ErrorHandlingArgumentNullError

Namespace: Entelect.ErrorHandling
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntax
C#
public class ArgumentNullError : LogicError

The ArgumentNullError type exposes the following members.

Constructors
  NameDescription
Public methodArgumentNullError
Error to use when the supplied argument was null
Top
Methods
  NameDescription
Public methodAsException
Creates an instance of the LogicException class with this logic error contained in it
(Inherited from LogicError.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodThrow
Creates an instance of the LogicException class with this logic error contained in it and throws it as an exception.
(Inherited from LogicError.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyMessage
The message to display to the end user of the system
(Inherited from LogicError.)
Top
See Also