Class DirectInvokeAjaxServiceException
Inheritance
DirectInvokeAjaxServiceException
Assembly: SoCore.dll
Syntax
public class DirectInvokeAjaxServiceException : Exception, ISerializable
Constructors
DirectInvokeAjaxServiceException(int, string)
Declaration
public DirectInvokeAjaxServiceException(int code, string message)
Parameters
Type |
Name |
Description |
int |
code |
|
string |
message |
|
DirectInvokeAjaxServiceException(HttpStatusCode, string)
Declaration
public DirectInvokeAjaxServiceException(HttpStatusCode httpStatusCode, string message)
Parameters
Properties
HttpStatusCode
Declaration
public HttpStatusCode HttpStatusCode { get; set; }
Property Value
Implements
Extension Methods