alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ScriptFileNotFoundException

    Class for script file not found exception.

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

    Constructors

    ScriptFileNotFoundException()

    Initializes a new instance of the ScriptFileNotFoundException class.

    Declaration
    public ScriptFileNotFoundException()

    ScriptFileNotFoundException(Exception)

    Initializes a new instance of the ScriptFileNotFoundException class.

    Declaration
    public ScriptFileNotFoundException(Exception innerExc)
    Parameters
    Type Name Description
    System.Exception innerExc

    The inner exception.

    ScriptFileNotFoundException(String)

    Initializes a new instance of the ScriptFileNotFoundException class.

    Declaration
    public ScriptFileNotFoundException(string message)
    Parameters
    Type Name Description
    System.String message

    The message.

    ScriptFileNotFoundException(String, Exception)

    Initializes a new instance of the ScriptFileNotFoundException class.

    Declaration
    public ScriptFileNotFoundException(string message, Exception innerExc)
    Parameters
    Type Name Description
    System.String message

    The message.

    System.Exception innerExc

    The inner exception.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved