Base:
property
Message
System.Exception.Message
1 override of Message
System.ServiceModel (1)
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
852
public override string
Message
19 references to Message
System (5)
net\System\Net\DNS.cs (2)
523
if (Logging.On) Logging.PrintWarning(Logging.Sockets, "DNS", "DNS.Resolve", ex.
Message
);
1045
if (Logging.On) Logging.PrintWarning(Logging.Sockets, "DNS", "DNS.EndResolve", ex.
Message
);
net\System\Net\SocketException.cs (3)
30
GlobalLog.Print("SocketException::.ctor() " + NativeErrorCode.ToString() + ":" +
Message
);
43
GlobalLog.Print("SocketException::.ctor(int) " + NativeErrorCode.ToString() + ":" +
Message
);
61
GlobalLog.Print("SocketException::.ctor(serialized) " + NativeErrorCode.ToString() + ":" +
Message
);
System.ServiceModel (13)
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
859
return base.
Message
;
System\ServiceModel\Channels\SocketConnection.cs (12)
721
return new CommunicationObjectAbortedException(socketException.
Message
, socketException);
790
return new CommunicationObjectAbortedException(SR.GetString(SR.TcpTransferError, socketException.ErrorCode, socketException.
Message
), originalException);
794
CommunicationException communicationException = new CommunicationException(SR.GetString(SR.TcpTransferError, socketException.ErrorCode, socketException.
Message
), originalException);
844
? SR.GetString(SR.TcpTransferErrorWithIP, socketException.ErrorCode, socketException.
Message
, localEndpoint, remoteEndpoint)
845
: SR.GetString(SR.TcpTransferError, socketException.ErrorCode, socketException.
Message
);
1585
return new CommunicationObjectAbortedException(socketException.
Message
, socketException);
1598
return new EndpointNotFoundException(SR.GetString(SR.TcpConnectError, remoteUri.AbsoluteUri, socketException.ErrorCode, socketException.
Message
), innerException);
1602
return new EndpointNotFoundException(SR.GetString(SR.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, socketException.ErrorCode, socketException.
Message
, timeSpent), innerException);
1619
return new CommunicationException(SR.GetString(SR.TcpConnectError, remoteUri.AbsoluteUri, socketException.ErrorCode, socketException.
Message
), innerException);
1623
return new CommunicationException(SR.GetString(SR.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, socketException.ErrorCode, socketException.
Message
, timeSpent), innerException);
2145
return new CommunicationObjectAbortedException(socketException.
Message
, socketException);
2154
SR.GetString(SR.TcpListenError, socketException.ErrorCode, socketException.
Message
, localEndpoint.ToString()),
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
228
result = new CommunicationObjectAbortedException(socketException.
Message
, socketException);