C# Класс PubNubMessaging.Core.LoggingMethod.PubnubErrorCodeHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
GetErrorType ( Exception ex ) : PubnubErrorCode
GetErrorType ( WebExceptionStatus webExceptionStatus, string webExceptionMessage ) : PubnubErrorCode
GetErrorType ( int statusCode, string httpErrorCodeMessage ) : PubnubErrorCode

Описание методов

GetErrorType() публичный статический Метод

public static GetErrorType ( Exception ex ) : PubnubErrorCode
ex System.Exception
Результат PubnubErrorCode

GetErrorType() публичный статический Метод

public static GetErrorType ( WebExceptionStatus webExceptionStatus, string webExceptionMessage ) : PubnubErrorCode
webExceptionStatus WebExceptionStatus
webExceptionMessage string
Результат PubnubErrorCode

GetErrorType() публичный статический Метод

public static GetErrorType ( int statusCode, string httpErrorCodeMessage ) : PubnubErrorCode
statusCode int
httpErrorCodeMessage string
Результат PubnubErrorCode