C# Class PhotonParameterMapper.Core.NoContractMapperRegisteredException

Might be used by ICustomTypeBiserializerRegistry
Inheritance: Exception
Afficher le fichier Open project: 0blu/PhotonParameterMapper

Méthodes publiques

Свойство Type Description
ContractType Type

Méthodes publiques

Méthode Description
NoContractMapperRegisteredException ( Type contractType ) : System

Method Details

NoContractMapperRegisteredException() public méthode

public NoContractMapperRegisteredException ( Type contractType ) : System
contractType Type
Résultat System

Property Details

ContractType public_oe property

The contract type that was not found
public Type ContractType
Résultat Type