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