2 references to InternalException
System.ServiceModel.Primitives (2)
Internals\System\Runtime\Fx.cs (2)
124
throw new
InternalException
(description);
1001
public FatalInternalException(string description) :
base
(description) { }