Class GenericClosingException
Inheritance
object
GenericClosingException
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public sealed class GenericClosingException : Exception
Constructors
GenericClosingException(string)
Declaration
public GenericClosingException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
GenericClosingException(Type, Type)
Declaration
public GenericClosingException(Type open, Type closed)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | open | |
| Type | closed |