C# Class System.Xml.Serialization.CodeGeneratorConversionException

Inheritance: System.Exception
Show file 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