exception AssertException
Exception AssertException is thrown when an assert fails.
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
create()Creates an |
public |
() |
create(String message)Creates an |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
destroy() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly |
(AssertException) |
copy(AddressMap addresses) |
public create() => ()
Creates an AssertException with no message.
public create(String message) => ()
Creates an AssertException with a message.
message - message explaining what caused the exception
public destroy() => ()
public readonly copy(AddressMap addresses) => (AssertException)