menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OlapGridException - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OlapGridException

    OlapGrid Exception class

    Inheritance
    System.Object
    System.Exception
    OlapGridException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.Data
    System.Exception.GetBaseException()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.SerializeObjectState
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    public class OlapGridException : Exception, ISerializable, _Exception

    Constructors

    OlapGridException()

    Initializes a new instance of the OlapGridException class.

    Declaration
    public OlapGridException()

    OlapGridException(Exception)

    Initializes a new instance of the OlapGridException class.

    Declaration
    public OlapGridException(Exception innerException)
    Parameters
    Type Name Description
    System.Exception innerException

    The inner exception.

    OlapGridException(SerializationInfo, StreamingContext)

    Initializes a new instance of the OlapGridException class.

    Declaration
    public OlapGridException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The object that holds the serialized object data.

    System.Runtime.Serialization.StreamingContext context

    The contextual information about the source or destination.

    OlapGridException(String)

    Initializes a new instance of the OlapGridException class.

    Declaration
    public OlapGridException(string message)
    Parameters
    Type Name Description
    System.String message

    The message.

    OlapGridException(String, Exception)

    Initializes a new instance of the OlapGridException class.

    Declaration
    public OlapGridException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The message.

    System.Exception innerException

    The inner exception.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved