Class IncompatiblePortTypeException
Implements
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public class IncompatiblePortTypeException : Exception, ISerializable
Constructors
IncompatiblePortTypeException(string, Type, Type)
Declaration
public IncompatiblePortTypeException(string portName, Type expectedType, Type actualType)
Parameters
Type | Name | Description |
---|---|---|
string | portName | |
Type | expectedType | |
Type | actualType |