1 instantiation of ContractException
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ContractHelper.cs (1)
65throw new ContractException(failureKind, displayMessage, userMessage, conditionText, innerException);
1 reference to ContractException
mscorlib (1)
mscorlib.cs (1)
19[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractException))]