Class
OlapCommunicationException

Exception type that represents OLAP errors.

Definition

Namespace:Telerik.Pivot.Core.Olap

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification = "Design choice.")]
[SuppressMessage("Microsoft.Usage", "CA2237:MarkISerializableTypesWithSerializable", Justification = "Design choice.")]
[SuppressMessage("Microsoft.Usage", "CA2240:ImplementISerializableCorrectly", Justification = "Design choice.")]
public class OlapCommunicationException : Exception, ISerializable

Inheritance: objectExceptionOlapCommunicationException

Implements: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState

Constructors

OlapCommunicationException()

Declaration

cs-api-definition
public OlapCommunicationException()

OlapCommunicationException(string)

Declaration

cs-api-definition
public OlapCommunicationException(string message)

Parameters

message

string

OlapCommunicationException(string, Exception)

Declaration

cs-api-definition
public OlapCommunicationException(string message, Exception innerException)

Parameters

message

string

innerException

Exception