InvalidPropertyTypeException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InvalidPropertyTypeException(Type) | |
InvalidPropertyTypeException(SerializationInfo, StreamingContext) |
InvalidPropertyTypeException(Type)
public:
InvalidPropertyTypeException(Type ^ propType);
public InvalidPropertyTypeException (Type propType);
new Microsoft.XLANGs.RuntimeTypes.InvalidPropertyTypeException : Type -> Microsoft.XLANGs.RuntimeTypes.InvalidPropertyTypeException
Public Sub New (propType As Type)
Parameters
- propType
- Type
Applies to
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.RuntimeTypes.InvalidPropertyTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.InvalidPropertyTypeException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)