Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal reason As SocketConnectionExceptionReason, _ ByVal inner As Exception _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim reason As SocketConnectionExceptionReason Dim inner As Exception Dim instance As New SocketConnectionException(reason, inner) |
C# | |
---|---|
public SocketConnectionException( SocketConnectionExceptionReason reason, Exception inner ) |
C++/CLI | |
---|---|
public: SocketConnectionException( SocketConnectionExceptionReason reason, Exception^ inner ) |
Parameters
- reason
- inner
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2