Partager via


UnauthorizedAccessMonitoringException Constructor

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new UnauthorizedAccessMonitoringException object.

Overload List

Name Description
UnauthorizedAccessMonitoringException () Initializes a new UnauthorizedAccessMonitoringException object.
UnauthorizedAccessMonitoringException (UnauthorizedAccessEnterpriseManagementException) Initializes a new instance of the UnauthorizedAccessMonitoringException class by copying values from the specified exception.
UnauthorizedAccessMonitoringException (Exception) Initializes a new UnauthorizedAccessMonitoringException object with the inner exception that caused the current exception.
UnauthorizedAccessMonitoringException (SerializationInfo, StreamingContext) Initializes a new UnauthorizedAccessMonitoringException object with serialized data.
UnauthorizedAccessMonitoringException (String) Initializes a new UnauthorizedAccessMonitoringException object by specifying the error message that describes the current exception.
UnauthorizedAccessMonitoringException (String, ICollection, Guid, Guid, Guid, Guid) Initializes a new UnauthorizedAccessMonitoringException object with various objects that failed the access check.
UnauthorizedAccessMonitoringException (String, Exception) Initializes a new UnauthorizedAccessMonitoringException object with an error message and an inner exception.
UnauthorizedAccessMonitoringException (String, String, ICollection, Guid, Guid, Guid) Initializes a new UnauthorizedAccessMonitoringException object.
UnauthorizedAccessMonitoringException (String, String, ICollection, Guid, Guid, Guid, Guid) Initializes a new UnauthorizedAccessMonitoringException object with the name of the user who called the method that raised the execution.

See Also

Reference

UnauthorizedAccessMonitoringException Class
UnauthorizedAccessMonitoringException Members
Microsoft.EnterpriseManagement.Common Namespace