Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1Exception.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
10 public class Asn1Exception : Exception
11 {
16 public Asn1Exception(string Message)
17 : base(Message)
18 {
19 }
20 }
21}
Base class from ASN.1 exceptions.
Asn1Exception(string Message)
Base class from ASN.1 exceptions.