WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockingManagerException

    Show / Hide Table of Contents

    Class DockingManagerException

    DockingManagerException raised when user tries to perform restricted operation in DockingManager.

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

    Constructors

    DockingManagerException()

    Constructor of the DockingManagerException.

    Declaration
    public DockingManagerException()

    DockingManagerException(Exception)

    Constructor of the DockingManagerException.

    Declaration
    public DockingManagerException(Exception innerExc)
    Parameters
    Type Name Description
    System.Exception innerExc

    Inner exception.

    DockingManagerException(SerializationInfo, StreamingContext)

    Constructor of the DockingManagerException.

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

    info.

    System.Runtime.Serialization.StreamingContext context

    context.

    DockingManagerException(String)

    Constructor of the DockingManagerException.

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

    message to show.

    DockingManagerException(String, Exception)

    Constructor of the DockingManagerException.

    Declaration
    public DockingManagerException(string message, Exception innerExc)
    Parameters
    Type Name Description
    System.String message

    message to show.

    System.Exception innerExc

    inner exception.

    Implements

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