Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
FinishedException.cs
1using System;
2
4{
8 public class FinishedException : Exception
9 {
14 : base()
15 {
16 }
17 }
18}
Exceptions thrown when the execution of an activity is completed.
FinishedException()
Exceptions thrown when the execution of an activity is completed.