Click or drag to resize

NoSuchAttributeException Constructor (String, String)

Initializes a new instance of the NoSuchAttributeException class

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public NoSuchAttributeException(
	string attributeName,
	string objectType
)

Parameters

attributeName
Type: SystemString
The name of the attribute that was not found
objectType
Type: SystemString
The name of the object type that did not contain the attribute
See Also