;
; US-EN Exception String Table
; Default Resource (used for English and non-represented locales)
;

; Common
Host_ChildCantBeTopLevelForm=The child control cannot be a top-level form.
Host_CannotRotateWindowsFormsHost=A WindowsFormsHost cannot be rotated. To suppress this error, handle the LayoutError event and set ThrowException to false.
WFI_ArgumentNullOrEmpty='{0}' cannot be null or empty.
WFI_NullArgument='{0}' cannot be null.
WFI_PropertyDoesntExist='{0}' property does not exist on type '{1}'.
WFI_PropertyMapError=An error occurred when applying a property map. For details, see the inner exception.
WFI_PropertyMappingExists='{0}' property is already mapped. Remove the existing mapping before adding a new one.
