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