6 references to NotSupportedException
mscorlib (1)
system\platformnotsupportedexception.cs (1)
36
:
base
(message, inner) {
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
103
throw new
NotSupportedException
(string.Empty, ex);
385
throw new
NotSupportedException
(string.Empty, ex);
System.IO.Log (1)
System\IO\Log\Error.cs (1)
163
return new
NotSupportedException
(
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
146
throw 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)
526
NotSupportedException newNse = new
NotSupportedException
(newMessage, xml);