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)