Метод | Описание | |
---|---|---|
Forbidden ( string messageFormat ) : |
Helper method to throw HttpResourceFaultException Forbodden
|
|
HttpResourceFaultException ( HttpStatusCode statusCode, string message = null, |
Initializes a new instance of the HttpResourceFaultException class.
|
public static Forbidden ( string messageFormat ) : |
||
messageFormat | string | Message format string |
Результат |
public HttpResourceFaultException ( HttpStatusCode statusCode, string message = null, |
||
statusCode | HttpStatusCode | The status code. |
message | string | The message. |
innerException | The inner exception. | |
Результат | System |