Share via


InvalidProfileOperationImplicitScopeException Class

Definition

Represents the exception that is thrown when the property identifier and relationship identifier are specified at the same time.

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

Constructors

InvalidProfileOperationImplicitScopeException()

Initializes a new instance of the InvalidProfileOperationImplicitScopeException class.

InvalidProfileOperationImplicitScopeException(Exception)

Initializes a new instance of the InvalidProfileOperationImplicitScopeException class using a reference to the inner exception that is the cause of this exception.

InvalidProfileOperationImplicitScopeException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidProfileOperationImplicitScopeException class using serialized data.

InvalidProfileOperationImplicitScopeException(String)

Initializes a new instance of the InvalidProfileOperationImplicitScopeException class using the specified error message.

InvalidProfileOperationImplicitScopeException(String, Exception)

Initializes a new instance of the InvalidProfileOperationImplicitScopeException class using the specified message and a reference to the inner exception that is the cause of this exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to