Compartir a través de


IncompatibleSettingTypeException Clase

Definición

Se produce al establecer la recuperación cuando el valor almacenado no se puede convertir en el tipo de destino.

[System.Serializable]
public class IncompatibleSettingTypeException : Exception
[<System.Serializable>]
type IncompatibleSettingTypeException = class
    inherit Exception
Public Class IncompatibleSettingTypeException
Inherits Exception
Herencia
IncompatibleSettingTypeException
Atributos

Constructores

IncompatibleSettingTypeException(SerializationInfo, StreamingContext)

Se produce al establecer la recuperación cuando el valor almacenado no se puede convertir en el tipo de destino.

IncompatibleSettingTypeException(String, String)

Se produce al establecer la recuperación cuando el valor almacenado no se puede convertir en el tipo de destino.

Se aplica a