MissingPropertyException 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
MissingPropertyException(Type) | |
MissingPropertyException(SerializationInfo, StreamingContext) |
MissingPropertyException(Type)
protected:
MissingPropertyException(Type ^ propType);
protected MissingPropertyException (Type propType);
new Microsoft.XLANGs.BaseTypes.MissingPropertyException : Type -> Microsoft.XLANGs.BaseTypes.MissingPropertyException
Protected Sub New (propType As Type)
Parameters
- propType
- Type
Applies to
MissingPropertyException(SerializationInfo, StreamingContext)
protected:
MissingPropertyException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected MissingPropertyException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.BaseTypes.MissingPropertyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.MissingPropertyException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)