C# 클래스 System.Xml.Serialization.CodeGeneratorConversionException

상속: System.Exception
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
CodeGeneratorConversionException ( Type sourceType, Type targetType, bool isAddress, string reason ) : System

메소드 상세

CodeGeneratorConversionException() 공개 메소드

public CodeGeneratorConversionException ( Type sourceType, Type targetType, bool isAddress, string reason ) : System
sourceType System.Type
targetType System.Type
isAddress bool
reason string
리턴 System