C# Класс System.Xml.Serialization.CodeGeneratorConversionException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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