shadow:natives

Exception FreedResourceException

Parent class

shadow:standard@Exception

exception FreedResourceException

Exception FreedResourceException is thrown when a managed pointer is being accessed after being freed.

Author

Claude Abounegm

See Also

Create Summary

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

Initializes an exception with a message specifying that the class with the specified name is no longer valid.

Destroy Summary

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

Method Summary

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

Create Detail

create

public create(String className) => ()

Initializes an exception with a message specifying that the class with the specified name is no longer valid.

Parameters

className - The name of the class that is no longer valid.

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

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