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.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.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