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

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

공개 메소드들

메소드 설명
PubnubClientError ( ) : System
PubnubClientError ( int statusCode, PubnubErrorSeverity errorSeverity, bool isDotNetException, string message, Exception detailedDotNetException, PubnubMessageSource source, PubnubWebRequest pubnubWebRequest, PubnubWebResponse pubnubWebResponse, string description, string channel, string channelGroup ) : System
PubnubClientError ( int statusCode, PubnubErrorSeverity errorSeverity, string message, PubnubMessageSource source, PubnubWebRequest pubnubWebRequest, PubnubWebResponse pubnubWebResponse, string description, string channel, string channelGroup ) : System
ToString ( ) : string

메소드 상세

PubnubClientError() 공개 메소드

public PubnubClientError ( ) : System
리턴 System

PubnubClientError() 공개 메소드

public PubnubClientError ( int statusCode, PubnubErrorSeverity errorSeverity, bool isDotNetException, string message, Exception detailedDotNetException, PubnubMessageSource source, PubnubWebRequest pubnubWebRequest, PubnubWebResponse pubnubWebResponse, string description, string channel, string channelGroup ) : System
statusCode int
errorSeverity PubnubErrorSeverity
isDotNetException bool
message string
detailedDotNetException System.Exception
source PubnubMessageSource
pubnubWebRequest PubnubWebRequest
pubnubWebResponse PubnubWebResponse
description string
channel string
channelGroup string
리턴 System

PubnubClientError() 공개 메소드

public PubnubClientError ( int statusCode, PubnubErrorSeverity errorSeverity, string message, PubnubMessageSource source, PubnubWebRequest pubnubWebRequest, PubnubWebResponse pubnubWebResponse, string description, string channel, string channelGroup ) : System
statusCode int
errorSeverity PubnubErrorSeverity
message string
source PubnubMessageSource
pubnubWebRequest PubnubWebRequest
pubnubWebResponse PubnubWebResponse
description string
channel string
channelGroup string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string