Chunks
Moddable voxel sandbox for room-scale VR.
|
Thrown when an assertion fails. More...
Public Member Functions | |
AssertionException () | |
Constructs an AssertionException with a generic message. More... | |
AssertionException (string format, params object[] args) | |
Constructs an AssertionException with the given formatted message. More... | |
Thrown when an assertion fails.
Chunks.AssertionException.AssertionException | ( | ) |
Constructs an AssertionException with a generic message.
Chunks.AssertionException.AssertionException | ( | string | format, |
params object[] | args | ||
) |
Constructs an AssertionException with the given formatted message.
format | Message format |
args | Optional message parameters |