ConversionNotSupportedException

ConversionNotSupportedException()

Constructor predeterminado

public ConversionNotSupportedException()

Ver también


ConversionNotSupportedException(FileType, FileType)

Crea una instancia de excepción con un tipo de archivo de origen y un tipo de archivo de destino

public ConversionNotSupportedException(FileType source, FileType target)
Parámetro Escribe Descripción
source FileType El tipo de archivo fuente
target FileType El tipo de archivo de destino

Ver también


ConversionNotSupportedException(string)

Crea una instancia de excepción con un mensaje

public ConversionNotSupportedException(string message)
Parámetro Escribe Descripción
message String El mensaje

Ver también