Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

LayoutException.cs declarations

Public API declaration excerpts from ../bitquirky-tile/Runtime/LayoutException.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-tile/Runtime/LayoutException.cs

Source file hash: sha256:701f678843bed8d52666d8f3d3c61649ab427881f908cdd90925897cac1b3337

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 17-37

Declaration hash: sha256:8414bcf3726bc1b6f5024c992d644e58be5d0710f920713796dd4772fe71a457

C#
public sealed class LayoutException : Exception
{
}

Original lines: 23-26

Declaration hash: sha256:85b1add8e95b16e2161159c130857bbbf49c869caa429d25e51ed45b7348aab7

C#
public LayoutException(string message);

Method: LayoutException(string message, Exception innerException)

Section titled “Method: LayoutException(string message, Exception innerException)”

Original lines: 33-36

Declaration hash: sha256:68298b1ffa5c03241577c4aa7c6fc99c754776d32cb1cebc258de9916d20d173

C#
public LayoutException(string message, Exception innerException);
Full-size image