IntelligenceX

API Reference

Class

GitHubNotificationApiException

Namespace IntelligenceX.Telemetry.GitHub
Assembly IntelligenceX
Base Exception
Implements
ISerializable
Modifiers sealed

Represents a failed GitHub notifications API request without exposing credentials or response bodies.

Inheritance

  • Exception
  • GitHubNotificationApiException

Constructors

public GitHubNotificationApiException(Int32 statusCode, String message) #

Initializes an API exception.

Parameters

statusCode System.Int32 requiredposition: 0
message System.String requiredposition: 1

Properties

public Int32 StatusCode { get; } #

Gets the HTTP status code returned by GitHub.