MethodReturnMessageWrapper.Exception Özellik

Tanım

Yöntem çağrısı sırasında veya null yöntem bir özel durum oluşturmadıysa oluşturulan özel durumu alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 virtual property Exception ^ Exception { Exception ^ get(); void set(Exception ^ value); };
public virtual Exception Exception { get; set; }
public virtual Exception Exception { [System.Security.SecurityCritical] get; set; }
member this.Exception : Exception with get, set
[<get: System.Security.SecurityCritical>]
member this.Exception : Exception with get, set
Public Overridable Property Exception As Exception

Özellik Değeri

Exception yöntem çağrısı sırasında veya null yöntem bir özel durum oluşturmadıysa oluşturulur.

Öznitelikler

Açıklamalar

yöntemi uzak bir nesneye ait.

Şunlara uygulanır