Base:
property
Message
System.Exception.Message
6 references to Message
System (1)
net\System\Net\_DigestClient.cs (1)
769
if (Logging.On) Logging.PrintWarning(Logging.Web, typeof(HttpDigest), "ReadSuppressExtendedProtectionRegistryValue", e.
Message
);
System.Net (1)
net\PeerToPeer\Collaboration\ContactManager.cs (1)
1570
Logging.P2PTraceSource.TraceEvent(TraceEventType.Error, 0, "CreateContactAsyncHelper caught error {0}", e.
Message
);
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
986
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationException(objectDisposedException.
Message
, objectDisposedException));
1006
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationException(objectDisposedException.
Message
, objectDisposedException));
1022
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationException(objectDisposedException.
Message
, objectDisposedException));
1043
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationException(objectDisposedException.
Message
, objectDisposedException));