Share via


WSDiscoveryResources.UdpTransmitFailed Method

A UDP error occurred while transmitting the data through a socket.

Namespace: Microsoft.Rfid.WSDiscovery
Assembly: Microsoft.Rfid.WsDiscovery (in microsoft.rfid.wsdiscovery.dll)

Syntax

'Declaration

Public Shared Function UdpTransmitFailed ( _
    socketErrorCode As Integer, _
    errorMessage As String, _
    exception As String _
) As String
public static string UdpTransmitFailed (
    int socketErrorCode,
    string errorMessage,
    string exception
)
public:
static String^ UdpTransmitFailed (
    int socketErrorCode, 
    String^ errorMessage, 
    String^ exception
)
public static String UdpTransmitFailed (
    int socketErrorCode, 
    String errorMessage, 
    String exception
)
public static function UdpTransmitFailed (
    socketErrorCode : int, 
    errorMessage : String, 
    exception : String
) : String

Parameters

  • socketErrorCode
  • errorMessage
  • exception

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

WSDiscoveryResources Class
WSDiscoveryResources Members
Microsoft.Rfid.WSDiscovery Namespace