NotFoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, String) |
Initializes a new instance of the NotFoundException class with the specified name and type for the exception. |
NotFoundException(String) |
Initializes a new instance of the NotFoundException class with the specified name for the exception. |