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