DevForce Help Reference
LoginException Constructor(SerializationInfo,StreamingContext)


Initializes a new instance with serialized data.
Syntax
'Declaration
 
Protected Function New( _
   ByVal pInfo As SerializationInfo, _
   ByVal pContext As StreamingContext _
)
'Usage
 
Dim pInfo As SerializationInfo
Dim pContext As StreamingContext
 
Dim instance As New LoginException(pInfo, pContext)
protected LoginException( 
   SerializationInfo pInfo,
   StreamingContext pContext
)

Parameters

pInfo
pContext
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

Reference

LoginException Class
LoginException Members
Overload List

Send Feedback