public static Forbidden ( string source, ushort code, string description ) : HttpResponseException | ||
source | string | The source of the fault. |
code | ushort | The code of the fault. |
description | string | A human-readable description of what went wrong. |
리턴 | HttpResponseException |