Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
AcmeDnsException.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
using
Waher.Content
;
5
using
Waher.Content.Xml
;
6
7
namespace
Waher.Security.ACME
8
{
12
public
class
AcmeDnsException
:
AcmeException
13
{
14
internal
AcmeDnsException
(
string
Type
,
string
Detail,
int
?
Status
,
AcmeException
[]
Subproblems
)
15
: base(
Type
, Detail,
Status
,
Subproblems
)
16
{
17
}
18
}
19
}
Waher.Security.ACME.AcmeDnsException
There was a problem with a DNS query
Definition:
AcmeDnsException.cs:13
Waher.Security.ACME.AcmeException
Represents an ACME problem report.
Definition:
AcmeException.cs:13
Waher.Security.ACME.AcmeException.Type
string Type
ACME exception type.
Definition:
AcmeException.cs:29
Waher.Security.ACME.AcmeException.Subproblems
AcmeException[] Subproblems
Sub-problems, if any.
Definition:
AcmeException.cs:39
Waher.Security.ACME.AcmeException.Status
int? Status
Status code, if reported.
Definition:
AcmeException.cs:34
Waher.Content.Xml
Definition:
XmlCodec.cs:11
Waher.Content
Definition:
Array.cs:6
Waher.Security.ACME
Definition:
AcmeAccount.cs:8
IoTGateway
Security
Waher.Security.ACME
Exceptions
AcmeDnsException.cs
Generated by
1.9.5