Class NullPointerException
The exception that is thrown when there is an attempt to dereference zero pointer.
Implements
Inherited Members
Namespace: DotNext.Runtime.InteropServices
Assembly: DotNext.Unsafe.dll
Syntax
public sealed class NullPointerException : NullReferenceException, ISerializableConstructors
| Edit this page View SourceNullPointerException()
Initializes a new exception representing attempt to dereference zero pointer.
Declaration
public NullPointerException()NullPointerException(string)
The exception that is thrown when there is an attempt to dereference zero pointer.
Declaration
public NullPointerException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | The human-readable description of this message. |