Share via


DiscoveryDataAbstractRelationshipTypeIdNotAllowedException Class

Definition

Represents the exception that is thrown because the abstract relationship type identifier is not allowed in a discovery data item.

public ref class DiscoveryDataAbstractRelationshipTypeIdNotAllowedException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class DiscoveryDataAbstractRelationshipTypeIdNotAllowedException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type DiscoveryDataAbstractRelationshipTypeIdNotAllowedException = class
    inherit EnterpriseManagementException
Public Class DiscoveryDataAbstractRelationshipTypeIdNotAllowedException
Inherits EnterpriseManagementException
Inheritance
DiscoveryDataAbstractRelationshipTypeIdNotAllowedException
Attributes

Constructors

DiscoveryDataAbstractRelationshipTypeIdNotAllowedException()

Initializes a new DiscoveryDataAbstractRelationshipTypeIdNotAllowedException object.

DiscoveryDataAbstractRelationshipTypeIdNotAllowedException(Exception)

Initializes a new DiscoveryDataAbstractRelationshipTypeIdNotAllowedException object by specifying an inner exception that caused the current exception.

DiscoveryDataAbstractRelationshipTypeIdNotAllowedException(Guid, Guid, String)

Initializes a new DiscoveryDataAbstractRelationshipTypeIdNotAllowedException object.

DiscoveryDataAbstractRelationshipTypeIdNotAllowedException(SerializationInfo, StreamingContext)

Initializes a new DiscoveryDataAbstractRelationshipTypeIdNotAllowedException object with serialized data.

DiscoveryDataAbstractRelationshipTypeIdNotAllowedException(String)

Initializes a new DiscoveryDataAbstractRelationshipTypeIdNotAllowedException object by specifying the error message that describes the current exception.

DiscoveryDataAbstractRelationshipTypeIdNotAllowedException(String, Exception)

Initializes a new DiscoveryDataAbstractRelationshipTypeIdNotAllowedException object with an error message and inner exception.

Properties

RelationshipTypeId

Gets the relationship type identifier that caused the exception to be thrown.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to