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