Class NotFoundException
Indicates an exception that occurs when the requested resource is not found. In normal usage of the SDK, this exception should not occur, however it is possible. For example when path parameters are set with invalid values.
Implements
Inherited Members
Namespace: Worldline.Acquiring.Sdk.Communication
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class NotFoundException : Exception, ISerializable
Constructors
NotFoundException(string, Exception)
Declaration
public NotFoundException(string message, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | exception |