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

TypeNotFoundException(String)

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

Properties

Type

Gets the type of the exception.

Applies to