ConversionNotSupportedException

ConversionNotSupportedException()

기본 생성자

public ConversionNotSupportedException()

또한보십시오


ConversionNotSupportedException(FileType, FileType)

소스 FileType 및 대상 Filetype 를 사용하여 예외 인스턴스를 생성합니다.

public ConversionNotSupportedException(FileType source, FileType target)
모수 유형 설명
source FileType 소스 파일 형식
target FileType 대상 파일 형식

또한보십시오


ConversionNotSupportedException(string)

message 를 사용하여 예외 인스턴스를 생성합니다.

public ConversionNotSupportedException(string message)
모수 유형 설명
message String 메시지

또한보십시오