SendFailedException 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
SendFailedException(SerializationInfo, StreamingContext) | |
SendFailedException(String, Exception) |
SendFailedException(SerializationInfo, StreamingContext)
protected:
SendFailedException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected SendFailedException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.BaseTypes.SendFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.SendFailedException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)
Parameters
Applies to
SendFailedException(String, Exception)
protected:
SendFailedException(System::String ^ name, Exception ^ inner);
protected SendFailedException (string name, Exception inner);
new Microsoft.XLANGs.BaseTypes.SendFailedException : string * Exception -> Microsoft.XLANGs.BaseTypes.SendFailedException
Protected Sub New (name As String, inner As Exception)
Parameters
- name
- String
- inner
- Exception