MessageUpdateDisallowedException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
MessageUpdateDisallowedException(String) | |
MessageUpdateDisallowedException(SerializationInfo, StreamingContext) |
MessageUpdateDisallowedException(String)
public:
MessageUpdateDisallowedException(System::String ^ msgName);
public MessageUpdateDisallowedException (string msgName);
new Microsoft.XLANGs.Core.MessageUpdateDisallowedException : string -> Microsoft.XLANGs.Core.MessageUpdateDisallowedException
Public Sub New (msgName As String)
Parámetros
- msgName
- String
Se aplica a
MessageUpdateDisallowedException(SerializationInfo, StreamingContext)
protected:
MessageUpdateDisallowedException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected MessageUpdateDisallowedException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.Core.MessageUpdateDisallowedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.Core.MessageUpdateDisallowedException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)