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, ISerializable
Constructors
| Improve this Doc View SourceNullPointerException()
Initializes a new exception representing attempt to dereference zero pointer.
Declaration
public NullPointerException()
NullPointerException(String)
Initializes a new exception representing attempt to dereference zero pointer.
Declaration
public NullPointerException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The human-readable description of this message. |