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