Class OlapCommunicationException
Exception type that represents OLAP errors.
Inheritance
System.Object
OlapCommunicationException
Namespace: Telerik.Pivot.Core.Olap
Assembly: Telerik.Pivot.Core.dll
Syntax
public class OlapCommunicationException : Exception
Constructors
OlapCommunicationException()
Declaration
public OlapCommunicationException()
OlapCommunicationException(String)
Declaration
public OlapCommunicationException(string message)
Parameters
System.String
message
|
OlapCommunicationException(String, Exception)
Declaration
public OlapCommunicationException(string message, Exception innerException)
Parameters
System.String
message
|
System.Exception
innerException
|