z

Class NullPointerException

Mirrors the Java-style null pointer exception used across the SDK wrappers.

public class NullPointerException : Exception

Constructor

NullPointerException()

Initialises a new instance of the NullPointerException class.

public NullPointerException()
Top