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