23 references to Fail
Microsoft.Build.Framework (1)
InternalErrorException.cs (1)
134Debug.Fail(message, innerMessage);
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\productvalidationresults.cs (1)
36System.Diagnostics.Debug.Fail("Validation results have already been added for culture '{0}'", culture);
Microsoft.ML.Core (1)
Utilities\Contracts.cs (1)
783Debug.Fail(msg, ctx.ContextDescription);
Microsoft.ML.CpuMath (1)
src\Microsoft.ML.Core\Utilities\Contracts.cs (1)
783Debug.Fail(msg, ctx.ContextDescription);
MSBuildTaskHost (1)
InternalErrorException.cs (1)
134Debug.Fail(message, innerMessage);
System.Net.Security (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
410Debug.Fail("Unexpected exception while transferring SafeBioHandle ownership to SafeSslHandle", exc.ToString());
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
98Fail(message, detailMessage); 128Fail(message, string.Empty);
System.Windows.Forms (13)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1106Debug.Fail("Unexpected failure reading property", ex.ToString());
System\Windows\Forms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (3)
216Debug.Fail("Failed to free BSTR array memory", ex.ToString()); 234Debug.Fail($"Failed to marshal component attribute VARIANT {i}", ex.ToString()); 244Debug.Fail("Failed to free VARIANT array memory", ex.ToString());
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
504Debug.Fail($"Failed to create TypeConverter of type '{attribute.ConverterTypeName}' from Attribute", ex.ToString()); 544Debug.Fail($"Failed to create editor of type '{attribute.EditorTypeName}' from Attribute", ex.ToString());
System\Windows\Forms\Controls\ListView\ListView.cs (2)
2925Debug.Fail("Exception occurred attempting to setup custom draw. Disabling custom draw for this control", e.ToString()); 6026Debug.Fail("Exception occurred attempting to setup header custom draw. Disabling custom draw for the column header", e.ToString());
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
1557Debug.Fail("Bad tab. We're going to remove it.", e.ToString()); 2043Debug.Fail("Bad Tab. Disable for now.", e.ToString()); 3512Debug.Fail("Bad Tab. It's going away.", e.ToString());
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1453Debug.Fail($"Bad Type Converter! {t.GetType().Name}, {t.Message},{converter}", t.ToString());
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1746Debug.Fail("Failed to edit proc operation.", e.ToString());
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CommandSet.cs (1)
547Debug.Fail("Commands may be disabled, the location property was not accessible", e.ToString());
System\Windows\Forms\Design\SelectionUIService.cs (1)
1035Debug.Fail("Drag handler threw during BeginDrag -- bad handler!", e.ToString());