Gets the Win32 socket error code.

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public ReadOnly Property NativeErrorCode As Integer
	Get
C#
public int NativeErrorCode { get; }

Field Value

Win32 error code.

Remarks

Returns 0 if no socket error code is available.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also