C# 클래스 PubNubMessaging.Core.LoggingMethod.PubnubErrorCodeHelper

파일 보기 프로젝트 열기: pubnub/c-sharp

공개 메소드들

메소드 설명
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