exception FreedResourceException
Exception FreedResourceException is thrown when a managed pointer is being accessed after being freed.
Claude Abounegm
| 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. |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
destroy() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly |
(FreedResourceException) |
copy(AddressMap addresses) |
public create(String className) => ()
Initializes an exception with a message specifying that the class with the specified name is no longer valid.
className - The name of the class that is no longer valid.
public destroy() => ()
public readonly copy(AddressMap addresses) => (FreedResourceException)