PostMessageFailedException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- innerException
- Exception
适用于
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)
参数
- msg
- String
适用于
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)