InvalidPropertyValueException 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
InvalidPropertyValueException(SerializationInfo, StreamingContext)
protected:
InvalidPropertyValueException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected InvalidPropertyValueException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.Core.InvalidPropertyValueException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.Core.InvalidPropertyValueException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)
Paramètres
S’applique à
InvalidPropertyValueException(Type, Object)
public:
InvalidPropertyValueException(Type ^ t, System::Object ^ val);
public InvalidPropertyValueException (Type t, object val);
new Microsoft.XLANGs.Core.InvalidPropertyValueException : Type * obj -> Microsoft.XLANGs.Core.InvalidPropertyValueException
Public Sub New (t As Type, val As Object)
Paramètres
- t
- Type
- val
- Object
S’applique à
InvalidPropertyValueException(Type, Object, Exception)
public:
InvalidPropertyValueException(Type ^ t, System::Object ^ val, Exception ^ ex);
public InvalidPropertyValueException (Type t, object val, Exception ex);
new Microsoft.XLANGs.Core.InvalidPropertyValueException : Type * obj * Exception -> Microsoft.XLANGs.Core.InvalidPropertyValueException
Public Sub New (t As Type, val As Object, ex As Exception)
Paramètres
- t
- Type
- val
- Object
- ex
- Exception
S’applique à
InvalidPropertyValueException(XmlQualifiedName, Object, Exception)
public:
InvalidPropertyValueException(System::Xml::XmlQualifiedName ^ name, System::Object ^ val, Exception ^ inner);
public InvalidPropertyValueException (System.Xml.XmlQualifiedName name, object val, Exception inner);
new Microsoft.XLANGs.Core.InvalidPropertyValueException : System.Xml.XmlQualifiedName * obj * Exception -> Microsoft.XLANGs.Core.InvalidPropertyValueException
Public Sub New (name As XmlQualifiedName, val As Object, inner As Exception)
Paramètres
- name
- XmlQualifiedName
- val
- Object
- inner
- Exception