AddressAccessDeniedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |