3 implementations of Error
Microsoft.VisualStudio.LanguageServices (1)
MoveToNamespace\MoveToNamespaceDialogViewModel.cs (1)
126public string Error => CanSubmit ? string.Empty : Message ?? string.Empty;
System.Data.Common (1)
System\Data\DataRowView.cs (1)
106string IDataErrorInfo.Error => Row.RowError;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ErrorProviderTests.cs (1)
1350public string Error => string.Empty;
3 references to Error
PresentationFramework (1)
System\Windows\Controls\DataErrorValidationRule.cs (1)
53string error = idei.Error;
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (1)
1136return errInfo is not null ? errInfo.Error : string.Empty;
System\Windows\Forms\DataBinding\Binding.BindToObject.cs (1)
116return errorInfo.Error ?? string.Empty;