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