TestimoX

API Reference

Class

FirewallRuleListQueryFailure

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Typed failure payload for firewall rule list queries.

Inheritance

  • Object
  • FirewallRuleListQueryFailure

Constructors

public FirewallRuleListQueryFailure() #

Properties

public FirewallRuleListQueryFailureCode Code { get; set; } #

Failure category.

public String Message { get; set; } #

Human-readable failure message.

public String ExceptionType { get; set; } #

CLR exception type name when available.

public Nullable<Int32> HResult { get; set; } #

Exception HRESULT when available.