LayoutException.cs declarations
Public API declaration excerpts from ../bitquirky-tile/Runtime/LayoutException.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: LayoutException
Section titled “Type: LayoutException”Original lines: 17-37
Declaration hash: sha256:8414bcf3726bc1b6f5024c992d644e58be5d0710f920713796dd4772fe71a457
public sealed class LayoutException : Exception{}Method: LayoutException(string message)
Section titled “Method: LayoutException(string message)”Original lines: 23-26
Declaration hash: sha256:85b1add8e95b16e2161159c130857bbbf49c869caa429d25e51ed45b7348aab7
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
public LayoutException(string message, Exception innerException);