Assumes Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Hata durumunda özel durumlar oluşturan Microsoft.Assumes.InternalErrorException yaygın çalışma zamanı denetimleri.
public ref class Assumes abstract sealed
public static class Assumes
type Assumes = class
Public Class Assumes
- Devralma
-
Assumes
Yöntemler
Fail(String, Exception) |
Genel bir özel durum oluşturur. |
Fail(String) |
Genel bir özel durum oluşturur. |
False(Boolean, String, Object) |
Bir koşul true olarak değerlendirilirse genel bir özel durum oluşturur. |
False(Boolean, String, Object[]) |
Bir koşul true olarak değerlendirilirse genel bir özel durum oluşturur. |
False(Boolean, String) |
Bir koşul true olarak değerlendirilirse genel bir özel durum oluşturur. |
False(Boolean, ValidationInterpolatedStringHandlerInvertedCondition) |
Bir koşul true olarak değerlendirilirse genel bir özel durum oluşturur. |
Is<T>(Object) |
Microsoft.Assumes.InternalErrorException Belirtilen nesne belirli bir türde değilse oluşturur. |
NotNull<T>(Nullable<T>) |
Microsoft.Assumes.InternalErrorException Belirtilen değer null ise oluşturur. |
NotNull<T>(T) |
Microsoft.Assumes.InternalErrorException Belirtilen değer null ise oluşturur. |
NotNullOrEmpty(String) |
Microsoft.Assumes.InternalErrorException Belirtilen değer null veya boşsa oluşturur. |
NotNullOrEmpty<T>(ICollection<T>) |
Microsoft.Assumes.InternalErrorException Belirtilen değer null veya boşsa oluşturur. |
NotNullOrEmpty<T>(IEnumerable<T>) |
Microsoft.Assumes.InternalErrorException Belirtilen değer null veya boşsa oluşturur. |
NotReachable() |
Koşulsuz olarak bir Microsoft.Assumes.InternalErrorExceptionoluşturur. |
NotReachable<T>() |
Koşulsuz olarak bir Microsoft.Assumes.InternalErrorExceptionoluşturur. |
Null<T>(Nullable<T>) |
Microsoft.Assumes.InternalErrorException Belirtilen değer null değilse oluşturur. |
Null<T>(T) |
Microsoft.Assumes.InternalErrorException Belirtilen değer null değilse oluşturur. |
Present<T>(T) |
Değerin null olmadığını doğrular ve aksi takdirde eksik bir hizmet hakkında oluşturur Microsoft.Assumes.InternalErrorException . |
True(Boolean, String, Object) |
Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur. |
True(Boolean, String, Object[]) |
Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur. |
True(Boolean, String) |
Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur. |
True(Boolean, ValidationInterpolatedStringHandler) |
Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur. |