ORMRelationException Constructor (SerializationInfo, StreamingContext) | 
 
            Constructor for deserialization as the base class already implements ISerializable.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxprotected ORMRelationException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)
Parameters
- info
 - Type: System.Runtime.SerializationSerializationInfo
 - context
 - Type: System.Runtime.SerializationStreamingContext
 
See Also