IdeaBlade DevForce 2010 Help Reference
IdeaBladeLicenseException Constructor(SerializationInfo,StreamingContext)
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > IdeaBladeLicenseException Class > IdeaBladeLicenseException Constructor : IdeaBladeLicenseException Constructor(SerializationInfo,StreamingContext)



pInfo
pContext
Initializes a new instance with serialized data.

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal pInfo As SerializationInfo, _
   ByVal pContext As StreamingContext _
)
Visual Basic (Usage)Copy Code
Dim pInfo As SerializationInfo
Dim pContext As StreamingContext
 
Dim instance As New IdeaBladeLicenseException(pInfo, pContext)
C# 
protected IdeaBladeLicenseException( 
   SerializationInfo pInfo,
   StreamingContext pContext
)
C++/CLI 
protected:
IdeaBladeLicenseException( 
   SerializationInfo^ pInfo,
   StreamingContext pContext
)

Parameters

pInfo
pContext

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.