PersistenceException 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
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)
Parameters
- inner
- Exception
Applies to
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)