Thrown when a context object type cannot be found into an assembly.
Initializes a new instance of TypeNotFoundException.
public Void TypeNotFoundException(typeName, assemblyName, src)
Name | Type | Summary |
---|---|---|
typeName | String | Type name looked up. |
assemblyName | String | Assembly name where the type was looked on. |
src | String | Source code reference. |
In this document