Class GenericClosingException
Namespace: Unity.VisualScripting
Syntax
public sealed class GenericClosingException : Exception, ISerializable, _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 |