| ConflictingUpdateException Constructor (String) | 
            Creates a new object.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ConflictingUpdateException(
	string message
)
Public Sub New ( 
	message As String
)
public:
ConflictingUpdateException(
	String^ message
)
new : 
        message : string -> ConflictingUpdateExceptionParameters
- message
 - Type: SystemString
 
See Also