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