InvalidTemplateInUserRoleScopeException Class

Definition

Represents the exception that is thrown because an invalid template is specified in a user role scope.

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

Constructors

InvalidTemplateInUserRoleScopeException()

Initializes a new instance of the InvalidTemplateInUserRoleScopeException class.

InvalidTemplateInUserRoleScopeException(Exception)

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

InvalidTemplateInUserRoleScopeException(Guid, Guid)

Initializes a new instance of the InvalidTemplateInUserRoleScopeException class using the specified parameters.

InvalidTemplateInUserRoleScopeException(SerializationInfo, StreamingContext)

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

InvalidTemplateInUserRoleScopeException(String)

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

InvalidTemplateInUserRoleScopeException(String, Exception)

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

Properties

TemplateId

Gets the invalid template identifier.

UserRoleId

Gets the identifier for the user role.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the InvalidTemplateInUserRoleScopeException class.

Applies to