Table of Contents

Class VonageNumberInsightResponseException

Namespace
Vonage.NumberInsights
Assembly
Vonage.dll

Exception thrown when a Number Insight API request fails with a non-zero status code.

public class VonageNumberInsightResponseException : VonageException, ISerializable
Inheritance
VonageNumberInsightResponseException
Implements
Inherited Members

Constructors

VonageNumberInsightResponseException(string)

Initializes a new instance of the VonageNumberInsightResponseException class.

public VonageNumberInsightResponseException(string message)

Parameters

message string

The error message describing the failure.

Properties

Response

The original API response that caused this exception, containing the error status and details.

public NumberInsightResponseBase Response { get; set; }

Property Value

NumberInsightResponseBase