ExceptionDetail 类

定义

表示错误详细信息。

public ref class ExceptionDetail
[System.Runtime.Serialization.DataContract]
public class ExceptionDetail
[<System.Runtime.Serialization.DataContract>]
type ExceptionDetail = class
Public Class ExceptionDetail
继承
ExceptionDetail
属性

注解

ExceptionDetail 类是当某个服务将 System.ServiceModel.FaultException 作为将 ServiceBehaviorAttribute.IncludeExceptionDetailInFaultsServiceDebugBehavior.IncludeExceptionDetailInFaults 属性设置为 true 的结果发送时用作错误详细信息对象的类型参数。

若要发送 ExceptionDetail 对象,类型必须是可序列化的。 有关序列化选项的详细信息,请参阅 在服务协定中指定数据传输

构造函数

ExceptionDetail(Exception)

初始化异常中的 ExceptionDetail 类的新实例。

属性

HelpLink

获取或设置传递到构造函数的异常中的帮助链接。

InnerException

获取或设置表示内部异常的 ExceptionDetail 对象。

Message

获取或设置传递到构造函数的异常中的消息。

StackTrace

获取或设置传递到构造函数的异常中的堆栈跟踪信息。

Type

获取或设置传递到构造函数的异常的类型字符串。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回传递到构造函数的异常的详细信息。

适用于