MessageUpdateDisallowedException 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
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)
Paramètres
- msgName
- String
S’applique à
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)