Table of Contents

Class VonageNumberResponseException

Namespace
Vonage.Numbers
Assembly
Vonage.dll

Exception thrown when a Numbers API transaction fails with a non-success status code.

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

Constructors

VonageNumberResponseException(string)

Initializes a new instance of the VonageNumberResponseException class.

public VonageNumberResponseException(string message)

Parameters

message string

The error message describing the failure.

Properties

Response

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

public NumberTransactionResponse Response { get; set; }

Property Value

NumberTransactionResponse