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)
public:
PersistenceException(Exception ^ e);
public PersistenceException (Exception e);
new Microsoft.XLANGs.Core.PersistenceException : Exception -> Microsoft.XLANGs.Core.PersistenceException
Public Sub New (e As Exception)
Parameters
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.Core.PersistenceException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.Core.PersistenceException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)