Class VonageNumberResponseException
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
messagestringThe 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; }