z

Class NullPointerException

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

Namespace: ImageSdkWrapper Assembly: ImageSdkWrapper.MAUI

Inheritance: object → Exception

public class NullPointerException : Exception

Constructor

NullPointerException()

Initialises a new instance of the NullPointerException class.

public NullPointerException()
Top