TypeNotFoundException Clase

Definición

Representa la excepción que ocurre durante la ejecución de la aplicación.

public ref class TypeNotFoundException : Exception
public class TypeNotFoundException : Exception
type TypeNotFoundException = class
    inherit Exception
Public Class TypeNotFoundException
Inherits Exception
Herencia
TypeNotFoundException

Constructores

Nombre Description
TypeNotFoundException(String)

Inicializa una nueva instancia de la TypeNotFoundException clase con el tipo especificado.

Propiedades

Nombre Description
Type

Entiende el tipo de excepción.

Se aplica a