C# Class PubNubMessaging.Core.LoggingMethod.PubnubErrorCodeHelper

Afficher le fichier Open project: pubnub/c-sharp

Méthodes publiques

Méthode Description
GetErrorType ( Exception ex ) : PubnubErrorCode
GetErrorType ( WebExceptionStatus webExceptionStatus, string webExceptionMessage ) : PubnubErrorCode
GetErrorType ( int statusCode, string httpErrorCodeMessage ) : PubnubErrorCode

Method Details

GetErrorType() public static méthode

public static GetErrorType ( Exception ex ) : PubnubErrorCode
ex System.Exception
Résultat PubnubErrorCode

GetErrorType() public static méthode

public static GetErrorType ( WebExceptionStatus webExceptionStatus, string webExceptionMessage ) : PubnubErrorCode
webExceptionStatus WebExceptionStatus
webExceptionMessage string
Résultat PubnubErrorCode

GetErrorType() public static méthode

public static GetErrorType ( int statusCode, string httpErrorCodeMessage ) : PubnubErrorCode
statusCode int
httpErrorCodeMessage string
Résultat PubnubErrorCode