alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class LabelNotFoundException

    Thrown when an invalid label name is referenced.

    Inheritance
    System.Object
    LabelNotFoundException
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class LabelNotFoundException : Exception

    Constructors

    LabelNotFoundException(String)

    Initializes a new instance of the LabelNotFoundException class.

    Declaration
    public LabelNotFoundException(string labelName)
    Parameters
    Type Name Description
    System.String labelName

    Label 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