FaultReceiveException Constructors
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.
Overloads
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)
Parameters
Applies to
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)
Parameters
- _portInfo
- PortInfo
- portIndex
- Int32
- _portType
- Type
- _iOperation
- Int32
- _iFault
- Int32
- _env
- Envelope