PostMessageFailedException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- innerException
- Exception
S’applique à
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)
Paramètres
- msg
- String
S’applique à
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)