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)
Syntax public ConflictingUpdateException(
string message
)
Public Sub New (
message As String
)
public:
ConflictingUpdateException(
String^ message
)
new :
message : string -> ConflictingUpdateException
Parameters
- message
- Type: SystemString
See Also