CSharp.Bitbucket.Api.Impl.BitbucketErrorHandler.HandleClientErrors C# (CSharp) Метод

HandleClientErrors() приватный Метод

private HandleClientErrors ( HttpStatusCode statusCode ) : void
statusCode HttpStatusCode
Результат void
		private void HandleClientErrors(HttpStatusCode statusCode)
        {
			throw new BitbucketApiException(
				"The server indicated a client error has occured and returned the following HTTP status code: " + statusCode,
				BitbucketApiError.ClientError);
        }