你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChangeFeedProcessorUserException 构造函数

定义

重载

ChangeFeedProcessorUserException(Exception, ChangeFeedProcessorContext)

使用指定的内部异常初始化 类的新实例 ChangeFeedProcessorUserException

ChangeFeedProcessorUserException(SerializationInfo, StreamingContext)

初始化 的新实例 ChangeFeedProcessorUserException 以进行序列化。

ChangeFeedProcessorUserException(Exception, ChangeFeedProcessorContext)

Source:
ChangeFeedProcessorUserException.cs

使用指定的内部异常初始化 类的新实例 ChangeFeedProcessorUserException

public ChangeFeedProcessorUserException (Exception originalException, Microsoft.Azure.Cosmos.ChangeFeedProcessorContext context);
new Microsoft.Azure.Cosmos.ChangeFeedProcessorUserException : Exception * Microsoft.Azure.Cosmos.ChangeFeedProcessorContext -> Microsoft.Azure.Cosmos.ChangeFeedProcessorUserException
Public Sub New (originalException As Exception, context As ChangeFeedProcessorContext)

参数

originalException
Exception

Exception 由用户代码引发。

context
ChangeFeedProcessorContext

发生异常的上下文。

适用于

ChangeFeedProcessorUserException(SerializationInfo, StreamingContext)

Source:
ChangeFeedProcessorUserException.cs

初始化 的新实例 ChangeFeedProcessorUserException 以进行序列化。

protected ChangeFeedProcessorUserException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Cosmos.ChangeFeedProcessorUserException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Cosmos.ChangeFeedProcessorUserException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

参数

info
SerializationInfo

SerializationInfo 对象,用于保存所引发异常的序列化对象数据。

context
StreamingContext

StreamingContext 包含有关源或目标的上下文信息。

适用于