Compartir a través de


PostMessageFailedException Constructores

Definición

Sobrecargas

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)

Parámetros

innerException
Exception

Se aplica a

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)

Parámetros

msg
String

Se aplica a

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)

Parámetros

Se aplica a