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.
Inherited Members
Namespace: Ingenico.Connect.Sdk
Assembly: connect-sdk-dotnet.dll
Syntax
public class NotFoundException : Exception, ISerializable, _Exception
Constructors
NotFoundException(string, Exception)
Declaration
public NotFoundException(string message, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | exception |