CommunicationObjectAbortedException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de CommunicationObjectAbortedException klasse.
Overloads
| Name | Description |
|---|---|
| CommunicationObjectAbortedException() |
Initialiseert een nieuw exemplaar van de CommunicationObjectAbortedException klasse. |
| CommunicationObjectAbortedException(String) |
Initialiseert een nieuw exemplaar van de CommunicationObjectAbortedException klasse met het opgegeven bericht. |
| CommunicationObjectAbortedException(SerializationInfo, StreamingContext) |
Initialiseert een nieuw exemplaar van de klasse die wordt gebruikt voor het CommunicationObjectAbortedException deserialiseren van gegevens in een CommunicationObjectAbortedException object. |
| CommunicationObjectAbortedException(String, Exception) |
Initialiseert een nieuw exemplaar van de CommunicationObjectAbortedException klasse met behulp van het opgegeven bericht en de interne uitzondering. |
CommunicationObjectAbortedException()
Initialiseert een nieuw exemplaar van de CommunicationObjectAbortedException klasse.
public:
CommunicationObjectAbortedException();
public CommunicationObjectAbortedException();
Public Sub New ()
Van toepassing op
CommunicationObjectAbortedException(String)
Initialiseert een nieuw exemplaar van de CommunicationObjectAbortedException klasse met het opgegeven bericht.
public:
CommunicationObjectAbortedException(System::String ^ message);
public CommunicationObjectAbortedException(string message);
new System.ServiceModel.CommunicationObjectAbortedException : string -> System.ServiceModel.CommunicationObjectAbortedException
Public Sub New (message As String)
Parameters
- message
- String
Het bericht dat in de uitzondering is meegenomen.
Opmerkingen
Hiermee maakt u een nieuwe CommunicationObjectAbortedException met behulp van de opgegeven message.
Van toepassing op
CommunicationObjectAbortedException(SerializationInfo, StreamingContext)
Initialiseert een nieuw exemplaar van de klasse die wordt gebruikt voor het CommunicationObjectAbortedException deserialiseren van gegevens in een CommunicationObjectAbortedException object.
protected:
CommunicationObjectAbortedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected CommunicationObjectAbortedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.CommunicationObjectAbortedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.CommunicationObjectAbortedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
Het SerializationInfo object dat de geserialiseerde objectgegevens bevat over de uitzondering die wordt gegenereerd.
- context
- StreamingContext
De StreamingContext informatie die contextuele informatie over de bron of bestemming bevat.
Opmerkingen
Deze constructor wordt aangeroepen tijdens deserialisatie om het uitzonderingsobject te herstellen dat via een stream wordt verzonden.
Van toepassing op
CommunicationObjectAbortedException(String, Exception)
Initialiseert een nieuw exemplaar van de CommunicationObjectAbortedException klasse met behulp van het opgegeven bericht en de interne uitzondering.
public:
CommunicationObjectAbortedException(System::String ^ message, Exception ^ innerException);
public CommunicationObjectAbortedException(string message, Exception innerException);
new System.ServiceModel.CommunicationObjectAbortedException : string * Exception -> System.ServiceModel.CommunicationObjectAbortedException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
De foutmelding.
- innerException
- Exception
De binnenste uitzondering.
Opmerkingen
Hiermee maakt u een nieuw CommunicationObjectAbortedException met behulp van de opgegeven message en innerException.