2 writes to exception
System.Data.Services (2)
System\Data\Services\HandleExceptionArgs.cs (2)
45
this.
exception
= WebUtil.CheckArgumentNull(exception, "exception");
60
set { this.
exception
= value; }
5 references to exception
System.Data.Services (5)
System\Data\Services\HandleExceptionArgs.cs (5)
59
get { return this.
exception
; }
77
if (this.
exception
is DataServiceException)
79
return ((DataServiceException)this.
exception
).StatusCode;
110
if (this.
exception
is DataServiceException)
112
return ((DataServiceException)this.
exception
).ResponseAllowHeader;