Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
System
Xml
Serialization
CodeGeneratorConversionException
C# Class System.Xml.Serialization.CodeGeneratorConversionException
Inheritance:
System.Exception
Exibir arquivo
Open project: dotnet/corefx
Public Methods
Method
Description
CodeGeneratorConversionException
(
Type
sourceType
,
Type
targetType
,
bool
isAddress
,
string
reason
) :
System
Method Details
CodeGeneratorConversionException()
public
method
public
CodeGeneratorConversionException
(
Type
sourceType
,
Type
targetType
,
bool
isAddress
,
string
reason
) :
System
sourceType
System.Type
targetType
System.Type
isAddress
bool
reason
string
return
System