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. |