Class SocialCommunicationException
The SocialCommunicationException class represents an error occurring when a one of the social clients encounters an communication problem while communicating with the Episerver Social Cloud service.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.Common
Assembly: EPiServer.Social.Common.dll
Version: 1.5.4Syntax
public class SocialCommunicationException : SocialException, ISerializable, _Exception
Constructors
SocialCommunicationException(Exception)
Constructor
Declaration
public SocialCommunicationException(Exception ex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Exception | ex | The inner exception |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception