Class GenericClosingException
Inheritance
GenericClosingException
Assembly: Unity.VisualScripting.Core.dll
Syntax
public sealed class GenericClosingException : Exception, ISerializable
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 |
|
Implements
Extension Methods