| ConflictingUpdateException Constructor (SerializationInfo, StreamingContext) | 
            Creates a new object.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected ConflictingUpdateException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)
protected:
ConflictingUpdateException(
	SerializationInfo^ info, 
	StreamingContext context
)
new : 
        info : SerializationInfo * 
        context : StreamingContext -> ConflictingUpdateExceptionParameters
- info
 - Type: System.Runtime.SerializationSerializationInfo
 - context
 - Type: System.Runtime.SerializationStreamingContext
 
See Also