DevForce Help Reference
EntityManagerSaveException Constructor(SerializationInfo,StreamingContext)


Initializes a new instance of the EntityManagerSaveException class.
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 EntityManagerSaveException(pInfo, pContext)
protected EntityManagerSaveException( 
   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

EntityManagerSaveException Class
EntityManagerSaveException Members
Overload List

Send Feedback