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