Aracılığıyla paylaş


HandleExceptionArgs.Exception Özellik

Tanım

Yanıtta işlenecek ve döndürülecek özel durumu alır veya ayarlar.

public:
 property Exception ^ Exception { Exception ^ get(); void set(Exception ^ value); };
public Exception Exception { get; set; }
member this.Exception : Exception with get, set
Public Property Exception As Exception

Özellik Değeri

Yanıtta işlenecek ve döndürülecek özel durum.

Açıklamalar

Özel durum bir DataServiceExceptionise, değerden bağımsız olarak özel durumun iletisi her zaman istemciye UseVerboseErrors döndürülür. UseVerboseErrors True ise, iç özel durumlar da istemciye döndürülür; aksi takdirde yalnızca DataServiceException ileti döndürülür.

Şunlara uygulanır