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
Syntaxpublic NoSuchObjectTypeException(
string objectTypeName
)
Public Sub New (
objectTypeName As String
)
public:
NoSuchObjectTypeException(
String^ objectTypeName
)
Parameters
- objectTypeName
- Type: SystemString
The name of the object type that was not found
See Also