C# Class PubNubMessaging.Core.LoggingMethod.PubnubClientError

Mostra file Open project: pubnub/c-sharp

Public Methods

Method Description
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

Method Details

PubnubClientError() public method

public PubnubClientError ( ) : System
return System

PubnubClientError() public method

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
return System

PubnubClientError() public method

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
return System

ToString() public method

public ToString ( ) : string
return string