Partager via


InvalidPropertyTypeException Constructeurs

Définition

Surcharges

InvalidPropertyTypeException(Type)
InvalidPropertyTypeException(SerializationInfo, StreamingContext)

InvalidPropertyTypeException(Type)

protected:
 InvalidPropertyTypeException(Type ^ propType);
protected InvalidPropertyTypeException (Type propType);
new Microsoft.XLANGs.BaseTypes.InvalidPropertyTypeException : Type -> Microsoft.XLANGs.BaseTypes.InvalidPropertyTypeException
Protected Sub New (propType As Type)

Paramètres

propType
Type

S’applique à

InvalidPropertyTypeException(SerializationInfo, StreamingContext)

protected:
 InvalidPropertyTypeException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected InvalidPropertyTypeException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.BaseTypes.InvalidPropertyTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.InvalidPropertyTypeException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)

Paramètres

S’applique à