2 instantiations of ContractMissingException
Microsoft.Diagnostics.DataContractReader (1)
CachingContractRegistry.cs (1)
112failureException = new ContractMissingException(contractName);
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
ContractRegistry.cs (1)
172throw failureException ?? new ContractMissingException(TContract.Name);
2 references to ContractMissingException
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
ContractNotAvailableException.cs (1)
51/// Initializes a new instance of the <see cref="ContractMissingException"/> class.
Microsoft.Diagnostics.DataContractReader.Contracts (1)
CoreCLRContracts.cs (1)
98/// <see cref="ContractMissingException"/> / <see cref="CdacHResults.CDAC_E_CONTRACT_NOT_ADVERTISED"/>