Implemented interface member:
property
Source
System.Runtime.InteropServices._Exception.Source
3 overrides of Source
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\Pts.cs (1)
293public override string Source
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcException.cs (1)
70override public string Source {
fx\src\data\System\Data\SqlClient\SqlException.cs (1)
104override public string Source {
5 writes to Source
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Pts.cs (1)
296set { InnerException.Source = value; }
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
480Source = exInfo.bstrSource
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbException.cs (1)
37Source = source;
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (2)
561Source = this.xamlFileName, 570Source = this.xamlFileName
10 references to Source
mscorlib (2)
system\exception.cs (2)
573_source = Source; // Set the Source information correctly before serialization 683string source = Source;
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
564exception0.Source == "System.Deployment")
src\Framework\MS\Internal\PtsHost\Pts.cs (1)
295get { return InnerException.Source; }
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbException.cs (1)
129return new OleDbException(builder.ToString(), null, exceptions[0].Source, (OleDbHResult)exceptions[0].ErrorCode, errors);
fx\src\data\System\Data\OleDb\OleDbInfoMessageEvent.cs (1)
47return this.exception.Source;
System.ServiceModel (2)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
284exceptionInfo.bstrSource = e.Source;
System\ServiceModel\ComIntegration\ProxyManager.cs (1)
185exceptionInfo.bstrSource = e.Source;
System.Web (1)
Compilation\BuildProvidersCompiler.cs (1)
322_firstException.Source, _firstException.Line);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (1)
329XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, e.Source, e.LineNumber, e.LinePosition);