Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
UnauthorizedCallstackException.cs
1using System;
2
4{
8 public class UnauthorizedCallstackException : UnauthorizedAccessException
9 {
14 public UnauthorizedCallstackException(string Message)
15 : base(Message)
16 {
17 }
18 }
19}
Exception raised when code tries to access protected code while having a callstack out of the permitt...
UnauthorizedCallstackException(string Message)
Exception raised when code tries to access protected code while having a callstack out of the permitt...