Chunks
Moddable voxel sandbox for room-scale VR.
Public Member Functions | List of all members
Chunks.AssertionException Class Reference

Thrown when an assertion fails. More...

Inheritance diagram for Chunks.AssertionException:

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...
 

Detailed Description

Thrown when an assertion fails.

Constructor & Destructor Documentation

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.

Parameters
formatMessage format
argsOptional message parameters

The documentation for this class was generated from the following file: