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
Syntaxpublic NoSuchAttributeException(
string attributeName,
string objectType
)
Public Sub New (
attributeName As String,
objectType As String
)
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