New to Telerik UI for WPFStart a free 30-day trial

Exception type that represents OLAP errors.

Definition

Namespace:Telerik.Pivot.Core.Olap

Assembly:Telerik.Pivot.Core.dll

Syntax:

C#
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

C#
public OlapCommunicationException()
C#
public OlapCommunicationException(string message, Exception innerException)
Parameters:messagestringinnerExceptionException
C#
public OlapCommunicationException(string message)
Parameters:messagestring