C# Class PhotonParameterMapper.Core.NoContractMapperRegisteredException

Might be used by ICustomTypeBiserializerRegistry
Inheritance: Exception
显示文件 Open project: 0blu/PhotonParameterMapper

Public Properties

Property Type Description
ContractType Type

Public Methods

Method Description
NoContractMapperRegisteredException ( Type contractType ) : System

Method Details

NoContractMapperRegisteredException() public method

public NoContractMapperRegisteredException ( Type contractType ) : System
contractType Type
return System

Property Details

ContractType public_oe property

The contract type that was not found
public Type ContractType
return Type