TypeNotFoundException 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.
Represents the exception that occurs during application execution.
public ref class TypeNotFoundException : Exception
public class TypeNotFoundException : Exception
type TypeNotFoundException = class
inherit Exception
Public Class TypeNotFoundException
Inherits Exception
- Inheritance
-
TypeNotFoundException
Constructors
TypeNotFoundException(String) |
Initializes a new instance of the TypeNotFoundException class with the specified type. |
Properties
Type |
Gets the type of the exception. |