DevForce Help Reference
GetObjectData Method (IdeaBladeLicenseException)


When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.
Syntax
'Declaration
 
Public Overrides Sub GetObjectData( _
   ByVal pInfo As SerializationInfo, _
   ByVal pContext As StreamingContext _
) 
'Usage
 
Dim instance As IdeaBladeLicenseException
Dim pInfo As SerializationInfo
Dim pContext As StreamingContext
 
instance.GetObjectData(pInfo, pContext)
public override void GetObjectData( 
   SerializationInfo pInfo,
   StreamingContext pContext
)

Parameters

pInfo
pContext
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe info parameter is a null reference (Nothing in Visual Basic).
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

IdeaBladeLicenseException Class
IdeaBladeLicenseException Members

Send Feedback