SocketConnectionException Constructor(SocketConnectionExceptionReason,Exception)
See Also 
SourceCode.Net Namespace > SocketConnectionException Class > SocketConnectionException Constructor : SocketConnectionException Constructor(SocketConnectionExceptionReason,Exception)



reason
inner

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal reason As SocketConnectionExceptionReason, _
   ByVal inner As Exception _
)
Visual Basic (Usage) Copy Code
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

Requirements

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

See Also