FaultReceiveException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FaultReceiveException(SerializationInfo, StreamingContext) | |
FaultReceiveException(PortInfo, Int32, Type, Int32, Int32, Envelope) |
FaultReceiveException(SerializationInfo, StreamingContext)
protected:
FaultReceiveException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected FaultReceiveException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.Core.FaultReceiveException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.Core.FaultReceiveException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)
Paramètres
S’applique à
FaultReceiveException(PortInfo, Int32, Type, Int32, Int32, Envelope)
public:
FaultReceiveException(Microsoft::XLANGs::Core::PortInfo ^ _portInfo, int portIndex, Type ^ _portType, int _iOperation, int _iFault, Microsoft::XLANGs::Core::Envelope ^ _env);
public FaultReceiveException (Microsoft.XLANGs.Core.PortInfo _portInfo, int portIndex, Type _portType, int _iOperation, int _iFault, Microsoft.XLANGs.Core.Envelope _env);
new Microsoft.XLANGs.Core.FaultReceiveException : Microsoft.XLANGs.Core.PortInfo * int * Type * int * int * Microsoft.XLANGs.Core.Envelope -> Microsoft.XLANGs.Core.FaultReceiveException
Public Sub New (_portInfo As PortInfo, portIndex As Integer, _portType As Type, _iOperation As Integer, _iFault As Integer, _env As Envelope)
Paramètres
- _portInfo
- PortInfo
- portIndex
- Int32
- _portType
- Type
- _iOperation
- Int32
- _iFault
- Int32
- _env
- Envelope