表示当报表服务器版本与报表控件不兼容时发生的异常。
继承层次结构
Object
Exception
Microsoft.Reporting.WebForms.ReportViewerException
Microsoft.Reporting.WebForms.ReportServerException
Microsoft.Reporting.WebForms.SoapVersionMismatchException
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
<SerializableAttribute> _
Public NotInheritable Class SoapVersionMismatchException _
Inherits ReportServerException
[SerializableAttribute]
public sealed class SoapVersionMismatchException : ReportServerException
[SerializableAttribute]
public ref class SoapVersionMismatchException sealed : public ReportServerException
[<Sealed>]
[<SerializableAttribute>]
type SoapVersionMismatchException =
class
inherit ReportServerException
end
public final class SoapVersionMismatchException extends ReportServerException
SoapVersionMismatchException 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Data | 获取提供有关异常的其他用户定义信息的键/值对集合。 (继承自 Exception。) |
![]() |
ErrorCode | 从异常返回错误代码。 (继承自 ReportServerException。) |
![]() |
HelpLink | 获取或设置指向与此异常关联的帮助文件链接。 (继承自 Exception。) |
![]() |
HResult | 获取或设置 HRESULT(一个分配给特定异常的编码数字值)。 (继承自 Exception。) |
![]() |
InnerException | 获取导致当前异常的 Exception 实例。 (继承自 Exception。) |
![]() |
Message | 获取描述当前异常的消息。 (继承自 Exception。) |
![]() |
Source | 获取或设置导致错误的应用程序或对象的名称。 (继承自 Exception。) |
![]() |
StackTrace | 获取调用堆栈上的即时框架字符串表示形式。 (继承自 Exception。) |
![]() |
TargetSite | 获取引发当前异常的方法。 (继承自 Exception。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) |
![]() |
GetBaseException | 当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根源。 (继承自 Exception。) |
![]() |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) |
![]() |
GetObjectData | 基础结构。 使用有关该异常的信息填充 SerializationInfo 结构。 (继承自 ReportServerException。) |
![]() |
GetType | 获取当前实例的运行时类型。 (继承自 Exception。) |
![]() |
ToString | 创建并返回当前异常的字符串表示形式。 (继承自 Exception。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。