Class LayerNotFoundException
Thrown when an invalid layer name is referenced.
Inheritance
System.Object
LayerNotFoundException
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class LayerNotFoundException : Exception
Constructors
LayerNotFoundException(String)
Initializes a new instance of the LayerNotFoundException class.
Declaration
public LayerNotFoundException(string layerName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | layerName | Layer name that is invalid. |
Properties
Message
Returns a message describing the exception.
Declaration
public override string Message { get; }
Property Value
| Type |
|---|
| System.String |