Click or drag to resize

NoSuchObjectTypeException Constructor (String)

Initializes a new instance of the NoSuchObjectTypeException class

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public NoSuchObjectTypeException(
	string objectTypeName
)

Parameters

objectTypeName
Type: SystemString
The name of the object type that was not found
See Also