shadow:standard

Exception UnexpectedNullException

Parent class

shadow:standard@Exception

exception UnexpectedNullException

Exception UnexpectedNullException is thrown when a nullable value is checked, found to be null, and is not within a try block with a matching recover block.

Create Summary

Modifiers Return Types Method and Description
public () create()

Destroy Summary

Modifiers Return Types Method and Description
public () destroy()

Method Summary

Modifiers Return Types Method and Description
public readonly (UnexpectedNullException) copy(AddressMap addresses)

Create Detail

create

public create() => ()

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

public readonly copy(AddressMap addresses) => (UnexpectedNullException)