Class VonageException
- Namespace
- Vonage.Common.Exceptions
- Assembly
- Vonage.dll
Represents a Vonage-specific exception.
public class VonageException : Exception, ISerializable
- Inheritance
-
VonageException
- Implements
- Derived
- Inherited Members
Examples
throw new VonageException("Operation failed due to invalid configuration");
Constructors
VonageException(string)
Creates a VonageException.
public VonageException(string message)
Parameters
messagestringThe exception message.