Microsoft.EnterpriseManagement.Common Namespace

Contains the classes and enumerations that are used by other classes in the Microsoft.EnterpriseManagement namespaces. Many of the exception classes that are used in the System Center SDK are contained in this namespace.

Classes

Class Description
AgentPendingActionException Represents the exception that is thrown because an operation could not be performed while an agent is completing an action.
AuthorizationStoreInitializationException Represents the exception that is thrown when database connectivity errors prevent reading of authorization data from the authorization store.
AuthorizationStoreNotFoundException Represents the exception that is thrown when the authorization store is unable to be found.
ClassInUserRoleScopeAlreadyExistsException Represents the exception that is thrown when the monitoring class already exists in the user role scope.
ClassInUserRoleScopeNotAllowedException Represents the exception that is thrown when the user role scope does not allow the monitoring class to be specified.
ColumnDefinition Supports the Service Manager infrastructure. This class is not intended to be used directly from your code.
ConcurrentUpdateException Represents the exception that is thrown when you are unable to perform an operation because the timestamp of the object being used is older than the current timestamp.
ConfigServiceUnavailableException Represents the exception that is thrown when the configuration service is unavailable. The inner exception should give more information about the error.
ConnectionSettings Defines connection settings for all management group connections.
ConnectorAlreadyExistsException Represents the exception that is thrown when a connector already exists.
ConnectorAlreadyInStateException Represents the exception that is thrown when a connector is already in state.
ConnectorDoesNotOwnObjectException Represents the exception that is thrown when the connector does not own an object.
ConnectorInvalidException Represents the exception that is thrown when the connector is invalid.
ConsoleTaskInUserRoleScopeAlreadyExistsException Represents the exception that is thrown when a console task already exists in a user role scope.
ConsoleTaskInUserRoleScopeNotAllowedException Represents the exception that is thrown when a console task is not allowed to be added to a user role scope.
CreatableEnterpriseManagementObject Represents an enterprise management object type that can be created.
CreatableEnterpriseManagementRelationshipObject Represents a management relationship object type that can be created.
CreateSystemUserRoleNotAllowedException Represents the exception that is thrown when you cannot create user roles with IsSystem specified.
CyclicDependencyException Represents the exception that is thrown when a cyclic dependency is found in management pack references.
DataAccessLayerException Represents the exception that is thrown when there is an error accessing data that is layer specific.
DatabaseObjectDoesNotExistException Represents the exception that is thrown when there is an error accessing layer-specific data because a database object does not exist.
DatabaseUnavailableException Represents the exception that is thrown when you are unable to connect to a database to perform a requested operation.
DataItemDoesNotExistException Represents the exception that is thrown when there is a layer-specific data access error because an item does not exist that is required to complete a query.
DataReader Reads information from a management group.
DeleteSystemUserRoleNotAllowedException Represents the exception that is thrown when you cannot delete user roles with IsSystem specified.
DeserializationException Represents the exception that is thrown when type information could not be found when reconnecting to a Management Group.
DiscoveryDataAbstractClassIdNotAllowedException Represents the exception that is thrown because an abstract class identifier for a managed entity is not allowed in a discovery data item.
DiscoveryDataAbstractMonitoringClassIdNotAllowedException Represents the exception that is thrown because an abstract monitoring Class identifier is not allowed in a Discovery Data item. Obsolete.
DiscoveryDataAbstractRelationshipTypeIdNotAllowedException Represents the exception that is thrown because the abstract relationship type identifier is not allowed in a discovery data item.
DiscoveryDataClassPropertyValueAlreadyExistsException Represents the exception that is thrown because the managed type property value is already in the discovery data item.
DiscoveryDataDiscoverySourceNotAllowedException Represents the exception that is thrown because the discovery source in a discovery data item is not allowed.
DiscoveryDataFromRuleTargetedToDeletedMonitoringObjectException Represents the exception that is thrown because there is an invalid monitoring Object identifier specified in the discovery data item. Obsolete.
DiscoveryDataFromRuleTargetedToDeletedObjectException Represents the exception that is thrown because discovery data has been received from a rule targeted at a nonexistent managed entity ID.
DiscoveryDataInsertionCollisionException Represents the exception that is thrown because a discovery data item has already been inserted by another user or process.
DiscoveryDataInvalidClassIdException Represents the exception that is thrown because a discovery data item refers to an invalid class identifier for a managed entity.
DiscoveryDataInvalidClassPropertyValueException Represents the exception that is thrown because a discovery data item has a property value that is not allowed for the property type.
DiscoveryDataInvalidMonitoringClassIdException Represents the exception that is thrown because there is an invalid monitoring class identifier specified in the discovery data item. Obsolete.
DiscoveryDataInvalidMonitoringClassPropertyValueException Represents the exception that is thrown because there is an invalid monitoring class property specified in the discovery data item. The property value needs to adhere to the type. Obsolete.
DiscoveryDataInvalidNullPropertyValueException Represents the exception that is thrown because a value was not specified for a required property in a discovery data item.
DiscoveryDataInvalidPropertyLengthException Represents the exception that is thrown when the length of the property value is invalid for the property.
DiscoveryDataInvalidRelationshipSourceException Represents the exception that is thrown because there is an invalid relationship source specified in the discovery data item.
DiscoveryDataInvalidRelationshipSourceRoleTypeIdException Represents the exception that is thrown because there is an invalid relationship source type identifier specified in the discovery data item.
DiscoveryDataInvalidRelationshipTargetException Represents the exception that is thrown because there is an invalid relationship target specified in the discovery data item.
DiscoveryDataInvalidRelationshipTargetRoleTypeIdException Represents the exception that is thrown because there is an invalid relationship target type identifier specified in the discovery data item.
DiscoveryDataInvalidRelationshipTypeIdException Represents the exception that is thrown because there is an invalid relationship type identifier specified in the discovery data item.
DiscoveryDataLifetimeDependencyException Represents the exception that is thrown when a discovery data item cannot be updated because the item is already bound to another Membership relationship.
DiscoveryDataMissingKeyException Represents the exception that is thrown because there is a missing key property in the discovery data item.
DiscoveryDataModificationCollisionException Represents the exception that is thrown when a discovery data item cannot be updated because the item has been changed by another user or process.
DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException Represents the exception that is thrown because a monitoring class property value already exists in the discovery data item. You should check for duplicate property values when this exception is thrown. Obsolete.
DiscoveryDataPropertyNotAllowedException Represents the exception that is thrown because property in a discovery data item is not allowed.
DiscoveryDataRelationshipNotAllowedException Represents the exception that is thrown because the Relationship in a Discovery Data item is not allowed.
DiscoveryDataTargetEntityMissingException Represents the exception that is thrown because the target entity is missing in the discovery data item. The target entity and the membership relationship entity must be inserted together.
DiscoveryDataTargetMembershipAlreadyBoundException Represents the exception that is thrown when the target of a discovery data item relationship is already bound to another membership through a hosting relationship.
DiscoveryDataTransactionAlreadyBoundException Represents the exception that is thrown because a discovery data transaction is already bound to a discovery source.
DiscoveryDataTypeExtensionInstanceDeletionException Represents the exception that is thrown when a discovery data item rule specifies the explicit deletion of a type extension instance.
DiscoveryDataUnresolvedClassPropertyNameException Represents the exception that is thrown because there is an unresolved class property name in the discovery data item. You can try to use fully qualified names to avoid this exception.
DiscoveryDataUnresolvedMonitoringClassPropertyNameException Represents the exception that is thrown because there is an unresolved monitoring class property name in the discovery data item. You can try to use fully qualified names to avoid this exception. Obsolete.
EditSystemUserRoleNotAllowedException Represents the exception that is thrown when you are not allowed to edit system user roles.
EnterpriseManagementBase Represents the base class for enterprise management objects and properties.
EnterpriseManagementException Represents a base class for all SDK exceptions.
EnterpriseManagementObject Represents an object instance.
EnterpriseManagementObjectBaseWithProperties Represents the class for management objects and relationships that have properties.
EnterpriseManagementObjectClassHistory Represents the change history of a class instance’s properties.
EnterpriseManagementObjectCriteria Represents the object criteria.
EnterpriseManagementObjectGenericCriteria Represents the criteria for querying generic properties of objects.
EnterpriseManagementObjectHistory Represents the history of a single EnterpriseManagementObject.
EnterpriseManagementObjectHistoryTransaction Represents a single history transaction on a management object instance.
EnterpriseManagementObjectHistoryTransactionEntry Represents the base class for transaction history entries.
EnterpriseManagementObjectProjection Represents a projection of an object instance and its hierarchy.
EnterpriseManagementObjectRelationshipHistory Represents a single-instance relationship history.
EnterpriseManagementRelationshipObject Represents a relationship.
EnterpriseManagementRelationshipObjectGenericCriteria Represents the generic criteria in a relationship.
EnterpriseManagementSimpleObject Represents a property value on an EnterpriseManagementObject object.
EventDataValidationFailureException Represents the exception that is thrown because event data failed to be validated.
HealthServiceUnavailableException Represents the exception that is thrown because the health service is unavailable. The inner exception that caused this exception contains more details about the problem.
HierarchyNode Represents an item in a hierarchy of T type objects.
InconsistentDataException Represents the exception that is thrown because a method call produced inconsistent results. The data on the client does not match the data returned from the server. This can be caused by the client-side cache being out of sync with the server data.
InvalidClassInUserRoleScopeException Represents the exception that is thrown because there is an invalid class specified in the user role scope.
InvalidCompositeQueryException Represents the exception that is thrown because a type projection causes a data access layer query generation error.
InvalidConnectionException Represents the exception that is thrown because there is a data-access-layer-specific problem indicating that an opened connection is no longer valid.
InvalidConsoleTaskInUserRoleScopeException Represents the exception that is thrown because a console task is specified that is invalid for the user role scope.
InvalidCriteriaException Represents the exception that is thrown because the criteria could not be parsed.
InvalidDatabaseDataException Represents the exception that is thrown because the data retrieved from the database is invalid.
InvalidDiagnosticException Represents the exception that is thrown because the specified diagnostic is not valid for the current object or state change event.
InvalidGroupTypeException Represents the exception that is thrown because the Type of the group specified is invalid.
InvalidJobConfigurationException Represents the exception that is thrown because the job configuration is invalid. The inner exception that caused the current exception gives more details about why the exception was thrown.
InvalidMonitoringClassInUserRoleScopeException Represents the exception that is thrown because there is an invalid Class specified in the User Role scope. Obsolete.
InvalidMonitoringDiagnosticException Represents the exception that is thrown when a diagnostic is not valid for the current monitoring object or state change event. Obsolete.
InvalidMonitoringObjectInUserRoleScopeException Represents the exception that is thrown because there is an invalid monitoring Object specified in the User Role scope. Obsolete.
InvalidMonitoringProfileException Represents the exception that is thrown because the Profile that is specified for the User Role is not valid. Obsolete.
InvalidMonitoringRecoveryException Represents the exception that is thrown when a recovery is not valid for the current monitoring object or state change event. Obsolete.
InvalidMonitoringTaskInUserRoleScopeException Represents the exception that is thrown because there is an invalid monitoring Task specified in the User Role scope. Obsolete.
InvalidMonitoringUserRoleNameException Represents the exception that is thrown because there is an invalid user role or description. Make sure the characters and the number of characters for the user role or description are valid. Obsolete.
InvalidMonitoringViewInUserRoleScopeException Represents the exception that is thrown because there is an invalid monitoring View that is specified in the User Role scope. Obsolete.
InvalidObjectCriteriaException Represents the exception that is thrown when the criteria specified for an object is invalid.
InvalidObjectInUserRoleScopeException Represents the exception that is thrown because there is an invalid object specified in the user role scope.
InvalidProfileException Represents the exception that is thrown because the profile that is specified for the user role is not valid.
InvalidReaderException Represents the exception that is thrown because a reader was invalid.
InvalidRecoveryException Represents the exception that is thrown when the recovery is not valid for the current object or state change event.
InvalidResultSetException Represents the exception that is thrown from the data access layer when an invalid result set is returned from a query.
InvalidServiceException Represents the exception that is thrown because the service specified for an action is invalid.
InvalidServiceMethodException Represents the exception that is thrown because the service method specified for an action is invalid.
InvalidServiceTypeException Represents the exception thrown because the service type specified for an action is invalid.
InvalidSimpleObjectValueException Represents the exception that is thrown when an invalid value is specified for a simple object property.
InvalidSortPropertyException Represents the exception that is thrown because the specified sort property was invalid for sorting.
InvalidTaskInUserRoleScopeException Represents the exception that is thrown because there is an invalid task specified in the user role scope.
InvalidTemplateInUserRoleScopeException Represents the exception that is thrown because an invalid template is specified in a user role scope.
InvalidUserRoleNameException Represents the exception that is thrown because there is an invalid user role or description. Make sure the characters and the number of characters for the user role or description are valid.
InvalidViewInUserRoleScopeException Represents the exception that is thrown because an invalid view is specified in the user role scope.
JobCredentials Specifies the base class for credentials associated with a job.
JobCredentials.WindowsJobCredentials Represents a set of Windows credentials.
JobDefinition Represents a storage class used for submitting a job. This class is intended for internal use only.
LocationMonitoringObjectCertificateNotFoundException Represents the exception that is thrown because the certificate for the location monitoring Object was not found. Obsolete.
LocationMonitoringObjectNotAvailableException Represents the exception that is thrown because a location monitoring object instance is not available. Obsolete.
LocationMonitoringObjectNotFoundException Represents the exception that is thrown because a location monitoring Object instance was not found. Obsolete.
LocationMonitoringObjectNotManagedException Represents the exception that is thrown because a location monitoring Object instance is not managed. Obsolete.
LocationObjectCertificateNotFoundException Represents the exception that is thrown because the certificate for the location object was not found.
LocationObjectNotAvailableException Represents the exception that is thrown because a location object instance is not available.
LocationObjectNotFoundException Represents the exception that is thrown because a location object instance was not found.
LocationObjectNotManagedException Represents the exception that is thrown because a location object instance is not managed.
ManagementPackException Represents the exception that is thrown because there is a problem processing or parsing a management pack.
ManagementPackExceptionMessages Allows you to retrieve localized exception messages for the management pack–based exceptions that are listed in the ManagementPackExceptionCode enumeration.
ManagementServersImmutableException Represents the exception that is thrown because the management server cannot be changed.
MissingUserInSystemUserRoleException Represents the exception that is thrown because the system user role does not have a user assigned to it. The system user role must have at least one user assigned to it.
MissingUserRoleException Represents the exception that is thrown because there is no user role to insert or update.
MonitoringBase Provides the base class for all the connected objects in a management group. Obsolete.
MonitoringBaseWithId Provides the base class for all the connected objects with identifiers in a management group. Obsolete.
MonitoringClassInUserRoleScopeAlreadyExistsException Represents the exception that is thrown because a monitoring Class already occurs in the User Role scope. Check for duplicate assignments. Obsolete.
MonitoringClassInUserRoleScopeNotAllowedException Represents the exception that is thrown because the monitoring Class is not allowed in the User Role scope. The profile associated with the User Role does not allow the monitoring Class to be specified. Obsolete.
MonitoringException Represents the base exception class for all exceptions in the Service Manager and Operations Manager SDKs. Obsolete.
MonitoringObjectInUserRoleScopeAlreadyExistsException Represents the exception that is thrown because a monitoring object already exists in the user role scope. Check for duplicate assignments. Obsolete.
MonitoringObjectInUserRoleScopeNotAllowedException Represents the exception that is thrown because the monitoring Object is not allowed in the User Role scope. The profile associated with the User Role does not allow the monitoring Object to be specified. Obsolete.
MonitoringTaskInUserRoleScopeAlreadyExistsException Represents the exception that is thrown because a monitoring task already exists in the user role scope. Check for duplicate assignments. Obsolete.
MonitoringTaskInUserRoleScopeNotAllowedException Represents the exception that is thrown because the monitoring Task is not allowed in the User Role scope. The profile associated with the User Role does not allow the monitoring Task to be specified. Obsolete.
MonitoringViewInUserRoleScopeAlreadyExistsException Represents the exception that is thrown because a monitoring View already occurs in the User Role scope. Check for duplicate assignments. Obsolete.
MonitoringViewInUserRoleScopeNotAllowedException Represents the exception that is thrown because the monitoring View is not allowed in the User Role scope. The profile associated with the User Role does not allow the monitoring View to be specified. Obsolete.
MultipleUsersInSystemUserRoleException Represents the exception that is thrown because the Administrator user role cannot have multiple users assigned to it. It must have one user assigned to it.
NullConstraintException Represents a data access layer specific exception that is thrown because an item that cannot be null was set to null.
ObjectAlreadyExistsException Represents the exception that is thrown when an object is unable to be created because the object already exists.
ObjectInUserRoleScopeAlreadyExistsException Represents the exception that is thrown because an object already exists in the user role scope. Check for duplicate assignments.
ObjectInUserRoleScopeNotAllowedException Represents the exception that is thrown because the object is not allowed in the user role scope. The profile associated with the user role does not allow the object to be specified.
ObjectNotConnectedException Represents the exception that is thrown because a connection has not been established.
ObjectNotFoundException Represents the exception that is thrown because an object could not be found.
ObjectNotUniqueException Represents the exception that is thrown because more than one object matches a request. A more specialized request is needed to return a single object.
ObjectProjectionCriteria Represents criteria for a projection.
ObjectQueryOptions Represents a class for specifying query options available for methods that return instances.
Pair Combines two types into one type.
PathElement Specifies the base class used for path elements.
PropertyPathElement Represents a property at the end of a path.
QueryCriteria Specifies the base class used for criteria types.
QueryDefinitionDoesNotExistException Represents the data access layer specific exception that is thrown because a query definition does not exist.
QueryGrammarException Represents the exception that is thrown because an error occurred related to the grammar (syntax) of a query.
ReaderException Represents the exception that is thrown when a reader object encounters an error.
RelationshipPathElement Represents the relationship-based node of the path.
ResourceStream Provides a generic view of a sequence of bytes from a Management Pack resource.
Schedule Represents a schedule.
SdkServiceNotInitializedException Represents the exception that is thrown because the SDK service is not initialized or started.
SeedPathElement Represents the first node of the path string.
ServerDisconnectedException The exception that is thrown when the client has been disconnected from the server.
ServiceNotRunningException Represents the exception that is thrown because the service is not running.
SimpleReccuringSchedule Represents a simple recurring schedule.
SubmitJobException Represents the exception that is thrown because a job submission failed. The inner exception error message can be checked for more information about the error.
TaskInUserRoleScopeAlreadyExistsException Represents the exception that is thrown because a task already exists in the user role scope. Check for duplicate assignments.
TaskInUserRoleScopeNotAllowedException Represents the exception that is thrown because the task is not allowed in the user role scope. The profile associated with the user role does not allow the task to be specified.
TemplateInUserRoleScopeAlreadyExistsException Represents the exception that is thrown when a template is assigned that is already applied to the user role.
TemplateInUserRoleScopeNotAllowedException Represents the exception that is thrown when a user role does not allow the requested template.
TieredMonitoringException Represents the exception that is thrown because an error occurred while processing a method for a Management Group. Obsolete.
TieringException Represents the exception that is thrown when processing a tiering method for a particular Management Group causes an exception.
TieringSetupException Represents the exception that is thrown because an error occurred while setting up a tiered Management Group.
UnauthorizedAccessEnterpriseManagementException Represents the exception that is thrown when an authorization manager unauthorized data access error occurs.
UnauthorizedAccessMonitoringException Represents the exception that is thrown when an authorization manager unauthorized access error occurs.
UndeclaredTemplateReferenceException Represents the exception that is thrown during template processing when one of the references of the template is not found in the References section.
UnexpectedResultSetException Represents the exception that is thrown when the data access layer returns an unexpected result set or does not return an expected result set.
UniquenessConstraintException Represents the data access layer specific exception that is thrown when an item's value is unexpectedly not unique.
UnknownAuthorizationStoreException Represents the exception that is thrown when an operation failed to be completed because of authorization store errors.
UnknownChannelException Represents the exception that is thrown because the channel threw an unknown exception.
UnknownDatabaseException Represents the exception that is thrown when an operation was unable to be performed because of database errors.
UnknownServiceException Represents the exception that is thrown because the service threw an unknown exception.
UnsupportedQueryCriteriaException Represents the exception that is thrown because the object criteria cannot be formed into a supported query at the data access layer.
UserRoleAdministratorAlreadyExistsException Represents the exception that is thrown because a user role with the Administrator profile already exists. You cannot create another user role with the same profile.
UserRoleUserUnresolvedException Represents the exception that is thrown when the user associated with the User Role is unable to be resolved.
ViewInUserRoleScopeAlreadyExistsException Represents the exception that is thrown because a view already exists in the user role scope. Check for duplicate assignments.
ViewInUserRoleScopeNotAllowedException Represents the exception that is thrown because the view is not allowed in the user role scope. The profile associated with the user role does not allow the view to be specified.
WeeklyDailySchedule Represents a weekly and daily schedule.
WeeklyMultipleDaysSchedule Represents the weekly/multiple days schedule.

Interfaces

Interface Description
IClientDataAccess Defines common client data access operations.
IComposableProjection Allows navigation through an EnterpriseManagementObjectProjection object.
IMonitoringBase Defines the properties and methods for all the connected objects in a monitoring group. Obsolete.
IObjectCriteria Represents object criteria used in searching and filtering.
IObjectProjectionReader Provides a way to read an object projection.
IObjectReader Provides a way to read a set of objects.
IObjectReaderBase Provides the capability of traversing objects.
ISortableProperty Represents a common interface between generic and type-specific properties.

Structures

Structure Description
DayInterval Represents a span of time for a single day.
SdkEntityInstance Represents a managed entity instance.
SdkRelationshipInstance Represents an entity relationship instance.
SdkXmlConstants Defines common constants used during XML processing.
WeeklyDays Represents the day intervals for the weekly/days schedule.
WeeklyMultipleDays Represents the day intervals for a weekly/multiple days schedule.

Delegates

Delegate Description
GetWindowsIdentityDelegate Returns a Microsoft Windows identity.
ObjectTemplateCallback Represents the method that allows users to change how a template is applied to an object.
ShouldDeleteReferencedObjectCallback Represents a method in the context of a Remove call within a projection that is called when a non-hosting relationship is traversed from the parent to decide whether the instance should be deleted or whether just the relationship should be deleted.

Enumerations

Enumeration Description
CacheMode Defines the available cache modes of the client-side interface.
EnterpriseManagementObjectAccessRights Indicates the access rights set on property instances and relationships.
EnterpriseManagementObjectHistoryChangeType Indicates the type of history change made.
IntervalUnitsType Declares the type of interval for a simple schedule.
InvalidSimpleObjectValueExceptionType Defines the data types used to describe errors in simple object values.
JobCategory Defines category values for a job.
LicenseSku Represents different license Stock-Keeping Units (SKU) for the product.
ManagementPackExceptionCode Defines the exception codes that are used to define the exceptions that are thrown when you are working with a Management Pack. To get the message for the exception code, pass the code into the GetMessage method.
MonitoringObjectGenericPropertyName Represents a generic property type for a monitoring object.
ObjectProjectionOptions Defines object projection options.
ObjectPropertyRetrievalBehavior Defines the default behavior for instances when a property list is not specified.
ObjectRetrievalOptions Defines object retrieval options.
ProductSku Identifies various products.
RelationshipPathElementSeedRole Defines the role of the seed within a path expression.
SortingOrder Defines the sorting order.
TraversalDepth Defines the level of depth that a method should traverse when returning objects.