21 references to Fail
Microsoft.Build.Framework (1)
InternalErrorException.cs (1)
134
Debug.
Fail
(message, innerMessage);
Microsoft.ML.Core (1)
Utilities\Contracts.cs (1)
783
Debug.
Fail
(msg, ctx.ContextDescription);
Microsoft.ML.CpuMath (1)
src\Microsoft.ML.Core\Utilities\Contracts.cs (1)
783
Debug.
Fail
(msg, ctx.ContextDescription);
System.Net.Security (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
443
Debug.
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)
98
Fail
(message, detailMessage);
128
Fail
(message, string.Empty);
System.Windows.Forms (13)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1105
Debug.
Fail
("Unexpected failure reading property", ex.ToString());
System\Windows\Forms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (3)
216
Debug.
Fail
("Failed to free BSTR array memory", ex.ToString());
234
Debug.
Fail
($"Failed to marshal component attribute VARIANT {i}", ex.ToString());
244
Debug.
Fail
("Failed to free VARIANT array memory", ex.ToString());
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
504
Debug.
Fail
($"Failed to create TypeConverter of type '{attribute.ConverterTypeName}' from Attribute", ex.ToString());
544
Debug.
Fail
($"Failed to create editor of type '{attribute.EditorTypeName}' from Attribute", ex.ToString());
System\Windows\Forms\Controls\ListView\ListView.cs (2)
2937
Debug.
Fail
("Exception occurred attempting to setup custom draw. Disabling custom draw for this control", e.ToString());
6099
Debug.
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)
1551
Debug.
Fail
("Bad tab. We're going to remove it.", e.ToString());
2037
Debug.
Fail
("Bad Tab. Disable for now.", e.ToString());
3506
Debug.
Fail
("Bad Tab. It's going away.", e.ToString());
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1447
Debug.
Fail
($"Bad Type Converter! {t.GetType().Name}, {t.Message},{converter}", t.ToString());
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1746
Debug.
Fail
("Failed to edit proc operation.", e.ToString());
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CommandSet.cs (1)
547
Debug.
Fail
("Commands may be disabled, the location property was not accessible", e.ToString());
System\Windows\Forms\Design\SelectionUIService.cs (1)
1035
Debug.
Fail
("Drag handler threw during BeginDrag -- bad handler!", e.ToString());