InvalidPropertyValueException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
InvalidPropertyValueException(SerializationInfo, StreamingContext) | |
InvalidPropertyValueException(String, Object, Exception) |
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.BaseTypes.InvalidPropertyValueException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.InvalidPropertyValueException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)
参数
适用于
InvalidPropertyValueException(String, Object, Exception)
protected:
InvalidPropertyValueException(System::String ^ name, System::Object ^ val, Exception ^ inner);
protected InvalidPropertyValueException (string name, object val, Exception inner);
new Microsoft.XLANGs.BaseTypes.InvalidPropertyValueException : string * obj * Exception -> Microsoft.XLANGs.BaseTypes.InvalidPropertyValueException
Protected Sub New (name As String, val As Object, inner As Exception)
参数
- name
- String
- val
- Object
- inner
- Exception