Lines Matching refs:InstancePersistenceException
317 public partial class InstanceOwnerException : System.Runtime.DurableInstancing.InstancePersistenceException
347 public partial class InstancePersistenceCommandException : System.Runtime.DurableInstancing.InstancePersistenceException
414 public partial class InstancePersistenceException : System.Exception
416 public InstancePersistenceException() { }
418 protected InstancePersistenceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
419 public InstancePersistenceException(string message) { }
420 public InstancePersistenceException(string message, System.Exception innerException) { }
421 public InstancePersistenceException(System.Xml.Linq.XName commandName) { }
422 public InstancePersistenceException(System.Xml.Linq.XName commandName, System.Exception innerException) { }
423 public InstancePersistenceException(System.Xml.Linq.XName commandName, string message) { }
424 public InstancePersistenceException(System.Xml.Linq.XName commandName, string message, System.Exception innerException) { }