NotFoundException Class

Definition

Throws an exception when the device does not support the queried technique.

public ref class NotFoundException : Exception
public class NotFoundException : Exception
type NotFoundException = class
    inherit Exception
Public Class NotFoundException
Inherits Exception
Inheritance
NotFoundException

Constructors

NotFoundException()

Initializes a new instance of the NotFoundException class with the default property values.

NotFoundException(String)

Initializes a new instance of the NotFoundException class with the specified name for the exception.

NotFoundException(String, String)

Initializes a new instance of the NotFoundException class with the specified name and type for the exception.

Applies to