InvalidViewInUserRoleScopeException Class

Definition

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

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

Constructors

InvalidViewInUserRoleScopeException()

Initializes a new instance of the InvalidViewInUserRoleScopeException class.

InvalidViewInUserRoleScopeException(Exception)

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

InvalidViewInUserRoleScopeException(Guid, Guid)

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

InvalidViewInUserRoleScopeException(SerializationInfo, StreamingContext)

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

InvalidViewInUserRoleScopeException(String)

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

InvalidViewInUserRoleScopeException(String, Exception)

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

Properties

UserRoleId

Gets the identifier of the User Role that had the invalid View that caused the exception.

(Inherited from InvalidMonitoringViewInUserRoleScopeException)
ViewId

Gets the identifier for the invalid View that caused the exception.

(Inherited from InvalidMonitoringViewInUserRoleScopeException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

(Inherited from InvalidMonitoringViewInUserRoleScopeException)

Applies to