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 |