PersistenceException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
当持久性服务无法满足请求时引发的异常。
public ref class PersistenceException : SystemException
[System.Serializable]
public class PersistenceException : SystemException
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class PersistenceException : SystemException
[<System.Serializable>]
type PersistenceException = class
inherit SystemException
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type PersistenceException = class
inherit SystemException
Public Class PersistenceException
Inherits SystemException
- 继承
- 属性
注解
注意
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
当 SqlWorkflowPersistenceService 因无法完成请求而不能向其数据库提交完整的范围或工作流实例状态时,将引发 PersistenceException。
如果通过从 WorkflowPersistenceService 类或 SqlWorkflowPersistenceService 类派生来实现持久性服务,则可以引发 PersistenceException 并显示一条适当的消息,用于指示您的服务所遇到的任何错误条件,这些错误条件会阻止服务完成由工作流运行时引擎发出的请求。
有关更多信息,请参见 WorkflowPersistenceService 类。
构造函数
PersistenceException() |
已过时.
初始化 PersistenceException 类的新实例。 |
PersistenceException(SerializationInfo, StreamingContext) |
已过时.
使用指定的 PersistenceException 和指定的 SerializationInfo 初始化 StreamingContext 类的新实例。 |
PersistenceException(String) |
已过时.
使用指定的消息初始化 PersistenceException 类的新实例。 |
PersistenceException(String, Exception) |
已过时.
使用指定的消息和 PersistenceException 初始化 Exception 的新实例。 |
属性
Data |
已过时.
获取键/值对的集合,这些键/值对提供有关该异常的其他用户定义信息。 (继承自 Exception) |
HelpLink |
已过时.
获取或设置指向与此异常关联的帮助文件链接。 (继承自 Exception) |
HResult |
已过时.
获取或设置 HRESULT(一个分配给特定异常的编码数字值)。 (继承自 Exception) |
InnerException |
已过时.
获取导致当前异常的 Exception 实例。 (继承自 Exception) |
Message |
已过时.
获取描述当前异常的消息。 (继承自 Exception) |
Source |
已过时.
获取或设置导致错误的应用程序或对象的名称。 (继承自 Exception) |
StackTrace |
已过时.
获取调用堆栈上的即时框架字符串表示形式。 (继承自 Exception) |
TargetSite |
已过时.
获取引发当前异常的方法。 (继承自 Exception) |
方法
Equals(Object) |
已过时.
确定指定对象是否等于当前对象。 (继承自 Object) |
GetBaseException() |
已过时.
当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根本原因。 (继承自 Exception) |
GetHashCode() |
已过时.
作为默认哈希函数。 (继承自 Object) |
GetObjectData(SerializationInfo, StreamingContext) |
已过时.
当在派生类中重写时,用关于异常的信息设置 SerializationInfo。 (继承自 Exception) |
GetType() |
已过时.
获取当前实例的运行时类型。 (继承自 Exception) |
MemberwiseClone() |
已过时.
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
已过时.
创建并返回当前异常的字符串表示形式。 (继承自 Exception) |
事件
SerializeObjectState |
已过时.
当异常被序列化用来创建包含有关该异常的徐列出数据的异常状态对象时会出现该问题。 (继承自 Exception) |