Indicates that an asynchronous request ID was no longer valid.
Namespace:
Veriplace.ClientAssembly: Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)
Syntax
| C# |
|---|
public class RequestNotFoundException : VeriplaceException |
| Visual Basic (Declaration) |
|---|
Public Class RequestNotFoundException _ Inherits VeriplaceException |
| Visual C++ |
|---|
public ref class RequestNotFoundException : public VeriplaceException |
Remarks
This is thrown by GetResult(LocationRequestStatus) or
GetResult(InvitationStatus) if the specified request ID
was unknown, or if the result was already delivered via a callback
notification.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Veriplace.Client..::.VeriplaceException
Veriplace.Client..::.RequestNotFoundException
System..::.Exception
Veriplace.Client..::.VeriplaceException
Veriplace.Client..::.RequestNotFoundException