Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LayoutException.cs
1
using
System;
2
3
namespace
Waher.Layout.Layout2D.Exceptions
4
{
8
public
class
LayoutException
: Exception
9
{
14
public
LayoutException
(
string
Message)
15
: base(Message)
16
{
17
}
18
}
19
}
Waher.Layout.Layout2D.Exceptions.LayoutException
Base class for all layout-related exceptions.
Definition:
LayoutException.cs:9
Waher.Layout.Layout2D.Exceptions.LayoutException.LayoutException
LayoutException(string Message)
Base class for all layout-related exceptions.
Definition:
LayoutException.cs:14
Waher.Layout.Layout2D.Exceptions
Definition:
LayoutException.cs:4
IoTGateway
Layout
Waher.Layout.Layout2D
Exceptions
LayoutException.cs
Generated by
1.9.5