ClientSinkCallContextNotFoundException 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
ClientSinkCallContextNotFoundException() | |
ClientSinkCallContextNotFoundException(SerializationInfo, StreamingContext) |
ClientSinkCallContextNotFoundException()
public:
ClientSinkCallContextNotFoundException();
public ClientSinkCallContextNotFoundException ();
Public Sub New ()
Applies to
ClientSinkCallContextNotFoundException(SerializationInfo, StreamingContext)
protected:
ClientSinkCallContextNotFoundException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected ClientSinkCallContextNotFoundException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.RuntimeTypes.ClientSinkCallContextNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.ClientSinkCallContextNotFoundException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)