Base:
method
ToString
System.Exception.ToString()
2 overrides of ToString
mscorlib (1)
system\runtime\interopservices\comexception.cs (1)
67public override String ToString() {
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlException.cs (1)
108public override string ToString() {
15 references to ToString
SMSvcHost (2)
System\ServiceModel\Activation\SharingService.cs (1)
180exception.ToString());
System\ServiceModel\Activation\SMSvcHost.cs (1)
87exception.ToString());
System (2)
net\System\Net\_Connection.cs (1)
936if (Logging.On) Logging.PrintError(Logging.Web, this, "IsConnectionReusable", ex.ToString());
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
767Debug.WriteLineIf(CompModSwitches.EventLog.TraceVerbose, "EventLog::CompletionStatusChanged: Caught exception updating last entry number: " + e.ToString());
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlException.cs (1)
109StringBuilder sb = new StringBuilder(base.ToString());
System.Drawing (1)
commonui\System\Drawing\Image.cs (1)
104Debug.Fail("failure: " + e.ToString());
System.ServiceModel (6)
System\ServiceModel\Administration\WbemProvider.cs (6)
240TraceUtility.CreateSourceString(this), e.ToString()); 361TraceUtility.CreateSourceString(this), e.ToString()); 421e.ToString()); 484e.ToString()); 544e.ToString()); 636e.ToString());
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
456Debug.Fail("ProcessFunctions failed with hr=" + ex.ErrorCode.ToString(CultureInfo.InvariantCulture) + ", message=" + ex.ToString()); 464Debug.Fail("ProcessVariables failed with hr=" + ex.ErrorCode.ToString(CultureInfo.InvariantCulture) + ", message=" + ex.ToString()); 497Debug.WriteLineIf(DbgTypeInfoProcessorSwitch.TraceVerbose, "IDispatch::Invoke(PROPGET, " + pi.Name + ") threw an exception :" + ex.ToString());