Domain Detective

API Reference

Class

TlsProbeException

Namespace DomainDetective.TlsProbe
Assembly DomainDetective
Base Exception
Implements
ISerializable
Modifiers sealed

Represents a TLS probe failure with endpoint evidence captured before the failure.

Inheritance

  • Exception
  • TlsProbeException

Remarks

Used for in-process probe evidence only; legacy exception serialization is intentionally not supported.

Constructors

public TlsProbeException(String message, Exception innerException, IPAddress remoteAddress, Nullable<Int32> remotePort) #

Initializes a new instance of the TlsProbeException class.

Parameters

message System.String requiredposition: 0
innerException System.Exception requiredposition: 1
remoteAddress System.Net.IPAddress requiredposition: 2
remotePort System.Nullable{System.Int32} requiredposition: 3

Properties

public IPAddress RemoteAddress { get; } #

Remote endpoint IP address captured after a successful TCP connection.

public Nullable<Int32> RemotePort { get; } #

Remote endpoint port captured after a successful TCP connection.

{{ include "footer" }}