alexa
menu

WinForms

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved