Edit

AddressAccessDeniedException Class

Definition

The exception that is thrown when access to the address is denied.

public ref class AddressAccessDeniedException : System::ServiceModel::CommunicationException
[System.Serializable]
public class AddressAccessDeniedException : System.ServiceModel.CommunicationException
[<System.Serializable>]
type AddressAccessDeniedException = class
    inherit CommunicationException
Public Class AddressAccessDeniedException
Inherits CommunicationException
Inheritance
AddressAccessDeniedException
Attributes

Remarks

This exception derives from CommunicationException that represents a class of recoverable errors that may be thrown during communication between endpoints and that robust Windows Communication Foundation (WCF) client and service applications are expected to handle. To prevent a handler CommunicationException from catching the more specific AddressAccessDeniedException, catch this exception prior to handling CommunicationException.

Constructors

Name Description
AddressAccessDeniedException()

Initializes a new instance of the AddressAccessDeniedException class.

AddressAccessDeniedException(SerializationInfo, StreamingContext)

Initializes a new instance of the AddressAccessDeniedException class with serialization information and streaming context specified.

AddressAccessDeniedException(String, Exception)

Initializes a new instance of the AddressAccessDeniedException class with a specified error message and a reference to the inner exception that is the cause of the exception.

AddressAccessDeniedException(String)

Initializes a new instance of the AddressAccessDeniedException class with a specified error message.

Applies to