TypeNotFoundException Class

Definition

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

Name Description
TypeNotFoundException(String)

Initializes a new instance of the TypeNotFoundException class with the specified type.

Properties

Name Description
Type

Gets the type of the exception.

Applies to