Aracılığıyla paylaş


DataService<T>.HandleException(HandleExceptionArgs) Yöntem

Tanım

bir istek işlenirken bir özel durum oluştuğunda çağrılır.

protected:
 virtual void HandleException(System::Data::Services::HandleExceptionArgs ^ args);
protected virtual void HandleException (System.Data.Services.HandleExceptionArgs args);
abstract member HandleException : System.Data.Services.HandleExceptionArgs -> unit
override this.HandleException : System.Data.Services.HandleExceptionArgs -> unit
Protected Overridable Sub HandleException (args As HandleExceptionArgs)

Parametreler

args
HandleExceptionArgs

Özel durum bağımsız değişkenleri.

Açıklamalar

Veri hizmeti, özel durumun yanıtta nasıl gönderileceğini özelleştirmek için örneği değiştirebilir args .

Şunlara uygulanır