FailureContext.Failure Özellik
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 için kullanıcı dostu hata iletisi.
public:
property Exception ^ Failure { Exception ^ get(); void set(Exception ^ value); };
public Exception Failure { get; set; }
member this.Failure : Exception with get, set
Public Property Failure As Exception