Class DockingManagerException
DockingManagerException raised when user tries to perform restricted operation in DockingManager.
Inheritance
System.Object
DockingManagerException
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DockingManagerException : ApplicationException
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. |