6 references to NotSupportedException
mscorlib (1)
system\platformnotsupportedexception.cs (1)
36: base(message, inner) {
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
103throw new NotSupportedException(string.Empty, ex); 385throw new NotSupportedException(string.Empty, ex);
System.IO.Log (1)
System\IO\Log\Error.cs (1)
163return new NotSupportedException(
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
146throw System.ServiceModel.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR2.GetString(SR2.InvalidXmlCharactersInNameUsedWithPOSTMethod, string.Empty, string.Empty, string.Empty), exception));
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
526NotSupportedException newNse = new NotSupportedException(newMessage, xml);