ClassOlapCommunicationException
Class
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:
Inherited Members
Constructors
OlapCommunicationException()
Declaration
cs-api-definition
public OlapCommunicationException()
OlapCommunicationException(string)
Declaration
cs-api-definition
public OlapCommunicationException(string message)
Parameters
message