C# Class System.Xml.Serialization.CodeGeneratorConversionException

Inheritance: System.Exception
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
CodeGeneratorConversionException ( Type sourceType, Type targetType, bool isAddress, string reason ) : System

Method Details

CodeGeneratorConversionException() public méthode

public CodeGeneratorConversionException ( Type sourceType, Type targetType, bool isAddress, string reason ) : System
sourceType System.Type
targetType System.Type
isAddress bool
reason string
Résultat System